Html Css Color HEX #28DD40 Lime Green

📋 copy color: '#28DD40'

red 40 ◦ green 221 ◦ blue 64

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

Shades of Lime Green #28DD40

Tints of Lime Green #28DD40

RGB

 RED value IS 40 (16.02% from 255) = 12.31%

 GREEN value IS 221 (86.72% from 255) = 68%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 12.31%
G = 68%
B = 19.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#28DD40 (or 0x28DD40) is known color: Lime Green. HEX triplet: 28, DD and 40. RGB value is (40,221,64). Sum of RGB (Red+Green+Blue) = 40+221+64=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD40 is #D722BF. Grayscale: #959595. Windows color (decimal): -14099136 or 4250920. OLE color: 4250920.

HSL color Cylindrical-coordinate representation of color #28DD40: hue angle of 127.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD40 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 64 -
CMYK 0.82 0 0.71 0.13
HSL 127.96º 0.73% 0.51% -
HSV(B) 127.96º 0.82% 0.87% -
XYZ 27.66 52.53 13.53 -
YUV 148.98 80.03 50.27 -
System Red Green Blue C M Y K H S L
Decimal 40 221 64 0.82 0 0.71 0.13 127.96 0.73 0.51
Hex 28 DD 40 52 0 47 D 80 49 33
Octal 50 335 100 122 0 107 15 200 111 63
Binary 101000 11011101 1000000 1010010 0 1000111 1101 10000000 1001001 110011

Color Harmonies of #28DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DD40

Black with #28DD40

Text Example


Text Example

White with #28DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28DD40; }

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

 H1.HeaderClassName
 {
   color: #28DD40;
 }
 .AnyTagClassName
 {
   color: #28DD40;
 }
</style>

background-color css

<style>
 a { background-color: #28DD40; }

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

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

border-color css

<style>
 span { border-color: #28DD40; }

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

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