Html Css Color HEX #40CB40 Lime Green

📋 copy color: '#40CB40'

red 64 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #40CB40

Tints of Lime Green #40CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.33%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 19.34%
G = 61.33%
B = 19.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#40CB40 (or 0x40CB40) is known color: Lime Green. HEX triplet: 40, CB and 40. RGB value is (64,203,64). Sum of RGB (Red+Green+Blue) = 64+203+64=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CB40 is #BF34BF. Grayscale: #929292. Windows color (decimal): -12530880 or 4246336. OLE color: 4246336.

HSL color Cylindrical-coordinate representation of color #40CB40: hue angle of 120º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB40 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 203 64 -
CMYK 0.68 0 0.68 0.20
HSL 120º 0.57% 0.52% -
HSV(B) 120º 0.68% 0.8% -
XYZ 24.4 44.17 12.09 -
YUV 145.59 81.95 69.8 -
System Red Green Blue C M Y K H S L
Decimal 64 203 64 0.68 0 0.68 0.20 120 0.57 0.52
Hex 40 CB 40 44 0 44 14 78 39 34
Octal 100 313 100 104 0 104 24 170 71 64
Binary 1000000 11001011 1000000 1000100 0 1000100 10100 1111000 111001 110100

Color Harmonies of #40CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CB40

Black with #40CB40

Text Example


Text Example

White with #40CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,203,64); }

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

background-color css

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

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

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

border-color css

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

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

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