Html Css Color HEX #40CF3D Lime Green

📋 copy color: '#40CF3D'

red 64 ◦ green 207 ◦ blue 61

#40CF3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #40CF3D

Tints of Lime Green #40CF3D

RGB

 RED value IS 64 (25.39% from 255) = 19.28%

 GREEN value IS 207 (81.25% from 255) = 62.35%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 19.28%
G = 62.35%
B = 18.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#40CF3D (or 0x40CF3D) is known color: Lime Green. HEX triplet: 40, CF and 3D. RGB value is (64,207,61). Sum of RGB (Red+Green+Blue) = 64+207+61=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CF3D is #BF30C2. Grayscale: #949494. Windows color (decimal): -12529859 or 4050752. OLE color: 4050752.

HSL color Cylindrical-coordinate representation of color #40CF3D: hue angle of 118.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CF3D is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 207 61 -
CMYK 0.69 0 0.71 0.19
HSL 118.77º 0.6% 0.53% -
HSV(B) 118.77º 0.71% 0.81% -
XYZ 25.27 46.05 11.97 -
YUV 147.6 79.12 68.37 -
System Red Green Blue C M Y K H S L
Decimal 64 207 61 0.69 0 0.71 0.19 118.77 0.6 0.53
Hex 40 CF 3D 45 0 47 13 77 3C 35
Octal 100 317 75 105 0 107 23 167 74 65
Binary 1000000 11001111 111101 1000101 0 1000111 10011 1110111 111100 110101

Color Harmonies of #40CF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CF3D

Black with #40CF3D

Text Example


Text Example

White with #40CF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40CF3D; }

 p { color: rgb(64,207,61); }

 H1.HeaderClassName
 {
   color: #40CF3D;
 }
 .AnyTagClassName
 {
   color: #40CF3D;
 }
</style>

background-color css

<style>
 a { background-color: #40CF3D; }

 a { background-color: rgb(64,207,61); }

 div.DivClassName
 {
   background-color: #40CF3D;
 }
 .BgClassName
 {
   background-color: #40CF3D;
 }
</style>

border-color css

<style>
 span { border-color: #40CF3D; }

 span { border-color: rgb(64,207,61); }

 td.TdClassName
 {
   border-color: #40CF3D;
 }
 .TagClassName
 {
   border-color: #40CF3D;
 }
</style>