Html Css Color HEX #40CE32 Lime Green

📋 copy color: '#40CE32'

red 64 ◦ green 206 ◦ blue 50

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

Shades of Lime Green #40CE32

Tints of Lime Green #40CE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.38%

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

R = 20%
G = 64.38%
B = 15.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#40CE32 (or 0x40CE32) is known color: Lime Green. HEX triplet: 40, CE and 32. RGB value is (64,206,50). Sum of RGB (Red+Green+Blue) = 64+206+50=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE32 is #BF31CD. Grayscale: #929292. Windows color (decimal): -12530126 or 3329600. OLE color: 3329600.

HSL color Cylindrical-coordinate representation of color #40CE32: hue angle of 114.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40CE32 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 206 50 -
CMYK 0.69 0 0.76 0.19
HSL 114.62º 0.61% 0.5% -
HSV(B) 114.62º 0.76% 0.81% -
XYZ 24.76 45.46 10.49 -
YUV 145.76 73.96 69.68 -
System Red Green Blue C M Y K H S L
Decimal 64 206 50 0.69 0 0.76 0.19 114.62 0.61 0.5
Hex 40 CE 32 45 0 4C 13 73 3D 32
Octal 100 316 62 105 0 114 23 163 75 62
Binary 1000000 11001110 110010 1000101 0 1001100 10011 1110011 111101 110010

Color Harmonies of #40CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE32

Black with #40CE32

Text Example


Text Example

White with #40CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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