Html Css Color HEX #40C242 Lime Green

📋 copy color: '#40C242'

red 64 ◦ green 194 ◦ blue 66

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

Shades of Lime Green #40C242

Tints of Lime Green #40C242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.88%

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

R = 19.75%
G = 59.88%
B = 20.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#40C242 (or 0x40C242) is known color: Lime Green. HEX triplet: 40, C2 and 42. RGB value is (64,194,66). Sum of RGB (Red+Green+Blue) = 64+194+66=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #40C242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C242 is #BF3DBD. Grayscale: #8C8C8C. Windows color (decimal): -12533182 or 4375104. OLE color: 4375104.

HSL color Cylindrical-coordinate representation of color #40C242: hue angle of 120.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C242 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 66 -
CMYK 0.67 0 0.66 0.24
HSL 120.92º 0.52% 0.51% -
HSV(B) 120.92º 0.67% 0.76% -
XYZ 22.39 40.07 11.71 -
YUV 140.54 85.93 73.41 -
System Red Green Blue C M Y K H S L
Decimal 64 194 66 0.67 0 0.66 0.24 120.92 0.52 0.51
Hex 40 C2 42 43 0 42 18 79 34 33
Octal 100 302 102 103 0 102 30 171 64 63
Binary 1000000 11000010 1000010 1000011 0 1000010 11000 1111001 110100 110011

Color Harmonies of #40C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C242

Black with #40C242

Text Example


Text Example

White with #40C242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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