Html Css Color HEX #40C042 Lime Green

📋 copy color: '#40C042'

red 64 ◦ green 192 ◦ blue 66

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

Shades of Lime Green #40C042

Tints of Lime Green #40C042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.63%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 19.88%
G = 59.63%
B = 20.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#40C042 (or 0x40C042) is known color: Lime Green. HEX triplet: 40, C0 and 42. RGB value is (64,192,66). Sum of RGB (Red+Green+Blue) = 64+192+66=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #40C042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C042 is #BF3FBD. Grayscale: #8B8B8B. Windows color (decimal): -12533694 or 4374592. OLE color: 4374592.

HSL color Cylindrical-coordinate representation of color #40C042: hue angle of 120.94º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C042 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 66 -
CMYK 0.67 0 0.66 0.25
HSL 120.94º 0.5% 0.5% -
HSV(B) 120.94º 0.67% 0.75% -
XYZ 21.95 39.18 11.56 -
YUV 139.36 86.59 74.25 -
System Red Green Blue C M Y K H S L
Decimal 64 192 66 0.67 0 0.66 0.25 120.94 0.5 0.5
Hex 40 C0 42 43 0 42 19 79 32 32
Octal 100 300 102 103 0 102 31 171 62 62
Binary 1000000 11000000 1000010 1000011 0 1000010 11001 1111001 110010 110010

Color Harmonies of #40C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C042

Black with #40C042

Text Example


Text Example

White with #40C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,66); }

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

background-color css

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

 a { background-color: rgb(64,192,66); }

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

border-color css

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

 span { border-color: rgb(64,192,66); }

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