Html Css Color HEX #2DDD28 Lime Green

📋 copy color: '#2DDD28'

red 45 ◦ green 221 ◦ blue 40

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

Shades of Lime Green #2DDD28

Tints of Lime Green #2DDD28

RGB

 RED value IS 45 (17.97% from 255) = 14.71%

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

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

R = 14.71%
G = 72.22%
B = 13.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#2DDD28 (or 0x2DDD28) is known color: Lime Green. HEX triplet: 2D, DD and 28. RGB value is (45,221,40). Sum of RGB (Red+Green+Blue) = 45+221+40=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD28 is #D222D7. Grayscale: #949494. Windows color (decimal): -13771480 or 2678061. OLE color: 2678061.

HSL color Cylindrical-coordinate representation of color #2DDD28: hue angle of 118.34º 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 #2DDD28 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 40 -
CMYK 0.80 0 0.82 0.13
HSL 118.34º 0.73% 0.51% -
HSV(B) 118.34º 0.82% 0.87% -
XYZ 27.32 52.42 10.69 -
YUV 147.74 67.19 54.72 -
System Red Green Blue C M Y K H S L
Decimal 45 221 40 0.80 0 0.82 0.13 118.34 0.73 0.51
Hex 2D DD 28 50 0 52 D 76 49 33
Octal 55 335 50 120 0 122 15 166 111 63
Binary 101101 11011101 101000 1010000 0 1010010 1101 1110110 1001001 110011

Color Harmonies of #2DDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD28

Black with #2DDD28

Text Example


Text Example

White with #2DDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DDD28; }

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

 H1.HeaderClassName
 {
   color: #2DDD28;
 }
 .AnyTagClassName
 {
   color: #2DDD28;
 }
</style>

background-color css

<style>
 a { background-color: #2DDD28; }

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

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

border-color css

<style>
 span { border-color: #2DDD28; }

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

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