Html Css Color HEX #28DD22 Lime Green

📋 copy color: '#28DD22'

red 40 ◦ green 221 ◦ blue 34

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

Shades of Lime Green #28DD22

Tints of Lime Green #28DD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 13.56%
G = 74.92%
B = 11.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#28DD22 (or 0x28DD22) is known color: Lime Green. HEX triplet: 28, DD and 22. RGB value is (40,221,34). Sum of RGB (Red+Green+Blue) = 40+221+34=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD22 is #D722DD. Grayscale: #929292. Windows color (decimal): -14099166 or 2284840. OLE color: 2284840.

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

Color convert

RGB 40 221 34 -
CMYK 0.82 0 0.85 0.13
HSL 118.07º 0.73% 0.5% -
HSV(B) 118.07º 0.85% 0.87% -
XYZ 27.02 52.28 10.18 -
YUV 145.56 65.03 52.71 -
System Red Green Blue C M Y K H S L
Decimal 40 221 34 0.82 0 0.85 0.13 118.07 0.73 0.5
Hex 28 DD 22 52 0 55 D 76 49 32
Octal 50 335 42 122 0 125 15 166 111 62
Binary 101000 11011101 100010 1010010 0 1010101 1101 1110110 1001001 110010

Color Harmonies of #28DD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DD22

Black with #28DD22

Text Example


Text Example

White with #28DD22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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