Html Css Color HEX #40CB4C Lime Green

📋 copy color: '#40CB4C'

red 64 ◦ green 203 ◦ blue 76

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

Shades of Lime Green #40CB4C

Tints of Lime Green #40CB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 18.66%
G = 59.18%
B = 22.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#40CB4C (or 0x40CB4C) is known color: Lime Green. HEX triplet: 40, CB and 4C. RGB value is (64,203,76). Sum of RGB (Red+Green+Blue) = 64+203+76=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CB4C is #BF34B3. Grayscale: #939393. Windows color (decimal): -12530868 or 5032768. OLE color: 5032768.

HSL color Cylindrical-coordinate representation of color #40CB4C: hue angle of 125.18º 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 #40CB4C is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 203 76 -
CMYK 0.68 0 0.63 0.20
HSL 125.18º 0.57% 0.52% -
HSV(B) 125.18º 0.68% 0.8% -
XYZ 24.77 44.32 14.09 -
YUV 146.96 87.95 68.83 -
System Red Green Blue C M Y K H S L
Decimal 64 203 76 0.68 0 0.63 0.20 125.18 0.57 0.52
Hex 40 CB 4C 44 0 3F 14 7D 39 34
Octal 100 313 114 104 0 77 24 175 71 64
Binary 1000000 11001011 1001100 1000100 0 111111 10100 1111101 111001 110100

Color Harmonies of #40CB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CB4C

Black with #40CB4C

Text Example


Text Example

White with #40CB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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