Html Css Color HEX #2DD928 Lime Green

📋 copy color: '#2DD928'

red 45 ◦ green 217 ◦ blue 40

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

Shades of Lime Green #2DD928

Tints of Lime Green #2DD928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.85%

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

R = 14.9%
G = 71.85%
B = 13.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#2DD928 (or 0x2DD928) is known color: Lime Green. HEX triplet: 2D, D9 and 28. RGB value is (45,217,40). Sum of RGB (Red+Green+Blue) = 45+217+40=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD928 is #D226D7. Grayscale: #919191. Windows color (decimal): -13772504 or 2677037. OLE color: 2677037.

HSL color Cylindrical-coordinate representation of color #2DD928: hue angle of 118.31º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DD928 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 217 40 -
CMYK 0.79 0 0.82 0.15
HSL 118.31º 0.7% 0.5% -
HSV(B) 118.31º 0.82% 0.85% -
XYZ 26.28 50.34 10.34 -
YUV 145.39 68.52 56.39 -
System Red Green Blue C M Y K H S L
Decimal 45 217 40 0.79 0 0.82 0.15 118.31 0.7 0.5
Hex 2D D9 28 4F 0 52 F 76 46 32
Octal 55 331 50 117 0 122 17 166 106 62
Binary 101101 11011001 101000 1001111 0 1010010 1111 1110110 1000110 110010

Color Harmonies of #2DD928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD928

Black with #2DD928

Text Example


Text Example

White with #2DD928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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