Html Css Color HEX #40C02B Lime Green

📋 copy color: '#40C02B'

red 64 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #40C02B

Tints of Lime Green #40C02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 21.4%
G = 64.21%
B = 14.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#40C02B (or 0x40C02B) is known color: Lime Green. HEX triplet: 40, C0 and 2B. RGB value is (64,192,43). Sum of RGB (Red+Green+Blue) = 64+192+43=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #40C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C02B is #BF3FD4. Grayscale: #898989. Windows color (decimal): -12533717 or 2867264. OLE color: 2867264.

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

Color convert

RGB 64 192 43 -
CMYK 0.67 0 0.78 0.25
HSL 111.54º 0.63% 0.46% -
HSV(B) 111.54º 0.78% 0.75% -
XYZ 21.4 38.96 8.68 -
YUV 136.74 75.09 76.12 -
System Red Green Blue C M Y K H S L
Decimal 64 192 43 0.67 0 0.78 0.25 111.54 0.63 0.46
Hex 40 C0 2B 43 0 4E 19 70 3F 2E
Octal 100 300 53 103 0 116 31 160 77 56
Binary 1000000 11000000 101011 1000011 0 1001110 11001 1110000 111111 101110

Color Harmonies of #40C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C02B

Black with #40C02B

Text Example


Text Example

White with #40C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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