Html Css Color HEX #40C032 Lime Green

📋 copy color: '#40C032'

red 64 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #40C032

Tints of Lime Green #40C032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 20.92%
G = 62.75%
B = 16.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#40C032 (or 0x40C032) is known color: Lime Green. HEX triplet: 40, C0 and 32. RGB value is (64,192,50). Sum of RGB (Red+Green+Blue) = 64+192+50=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #40C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C032 is #BF3FCD. Grayscale: #898989. Windows color (decimal): -12533710 or 3326016. OLE color: 3326016.

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

Color convert

RGB 64 192 50 -
CMYK 0.67 0 0.74 0.25
HSL 114.08º 0.59% 0.47% -
HSV(B) 114.08º 0.74% 0.75% -
XYZ 21.54 39.02 9.41 -
YUV 137.54 78.59 75.55 -
System Red Green Blue C M Y K H S L
Decimal 64 192 50 0.67 0 0.74 0.25 114.08 0.59 0.47
Hex 40 C0 32 43 0 4A 19 72 3B 2F
Octal 100 300 62 103 0 112 31 162 73 57
Binary 1000000 11000000 110010 1000011 0 1001010 11001 1110010 111011 101111

Color Harmonies of #40C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C032

Black with #40C032

Text Example


Text Example

White with #40C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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