Html Css Color HEX #40CE28 Lime Green

📋 copy color: '#40CE28'

red 64 ◦ green 206 ◦ blue 40

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

Shades of Lime Green #40CE28

Tints of Lime Green #40CE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 20.65%
G = 66.45%
B = 12.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#40CE28 (or 0x40CE28) is known color: Lime Green. HEX triplet: 40, CE and 28. RGB value is (64,206,40). Sum of RGB (Red+Green+Blue) = 64+206+40=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 206 (80.86% from 255 or 66.45% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE28 is #BF31D7. Grayscale: #919191. Windows color (decimal): -12530136 or 2674240. OLE color: 2674240.

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

Color convert

RGB 64 206 40 -
CMYK 0.69 0 0.81 0.19
HSL 111.33º 0.67% 0.48% -
HSV(B) 111.33º 0.81% 0.81% -
XYZ 24.57 45.39 9.47 -
YUV 144.62 68.96 70.5 -
System Red Green Blue C M Y K H S L
Decimal 64 206 40 0.69 0 0.81 0.19 111.33 0.67 0.48
Hex 40 CE 28 45 0 51 13 6F 43 30
Octal 100 316 50 105 0 121 23 157 103 60
Binary 1000000 11001110 101000 1000101 0 1010001 10011 1101111 1000011 110000

Color Harmonies of #40CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE28

Black with #40CE28

Text Example


Text Example

White with #40CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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