Html Css Color HEX #40DA28 Lime Green

📋 copy color: '#40DA28'

red 64 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #40DA28

Tints of Lime Green #40DA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.7%

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

R = 19.88%
G = 67.7%
B = 12.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#40DA28 (or 0x40DA28) is known color: Lime Green. HEX triplet: 40, DA and 28. RGB value is (64,218,40). Sum of RGB (Red+Green+Blue) = 64+218+40=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA28 is #BF25D7. Grayscale: #989898. Windows color (decimal): -12527064 or 2677312. OLE color: 2677312.

HSL color Cylindrical-coordinate representation of color #40DA28: hue angle of 111.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40DA28 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 40 -
CMYK 0.71 0 0.82 0.15
HSL 111.91º 0.71% 0.51% -
HSV(B) 111.91º 0.82% 0.85% -
XYZ 27.57 51.39 10.47 -
YUV 151.66 64.98 65.47 -
System Red Green Blue C M Y K H S L
Decimal 64 218 40 0.71 0 0.82 0.15 111.91 0.71 0.51
Hex 40 DA 28 47 0 52 F 70 47 33
Octal 100 332 50 107 0 122 17 160 107 63
Binary 1000000 11011010 101000 1000111 0 1010010 1111 1110000 1000111 110011

Color Harmonies of #40DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA28

Black with #40DA28

Text Example


Text Example

White with #40DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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