Html Css Color HEX #40CD28 Lime Green

📋 copy color: '#40CD28'

red 64 ◦ green 205 ◦ blue 40

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

Shades of Lime Green #40CD28

Tints of Lime Green #40CD28

RGB

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

 GREEN value IS 205 (80.47% from 255) = 66.34%

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

R = 20.71%
G = 66.34%
B = 12.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#40CD28 (or 0x40CD28) is known color: Lime Green. HEX triplet: 40, CD and 28. RGB value is (64,205,40). Sum of RGB (Red+Green+Blue) = 64+205+40=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 205 (80.47% from 255 or 66.34% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD28 is #BF32D7. Grayscale: #909090. Windows color (decimal): -12530392 or 2673984. OLE color: 2673984.

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

Color convert

RGB 64 205 40 -
CMYK 0.69 0 0.80 0.20
HSL 111.27º 0.67% 0.48% -
HSV(B) 111.27º 0.8% 0.8% -
XYZ 24.33 44.91 9.39 -
YUV 144.03 69.29 70.92 -
System Red Green Blue C M Y K H S L
Decimal 64 205 40 0.69 0 0.80 0.20 111.27 0.67 0.48
Hex 40 CD 28 45 0 50 14 6F 43 30
Octal 100 315 50 105 0 120 24 157 103 60
Binary 1000000 11001101 101000 1000101 0 1010000 10100 1101111 1000011 110000

Color Harmonies of #40CD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD28

Black with #40CD28

Text Example


Text Example

White with #40CD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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