Html Css Color HEX #2DD728 Lime Green

📋 copy color: '#2DD728'

red 45 ◦ green 215 ◦ blue 40

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

Shades of Lime Green #2DD728

Tints of Lime Green #2DD728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 71.67%

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

R = 15%
G = 71.67%
B = 13.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#2DD728 (or 0x2DD728) is known color: Lime Green. HEX triplet: 2D, D7 and 28. RGB value is (45,215,40). Sum of RGB (Red+Green+Blue) = 45+215+40=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD728 is #D228D7. Grayscale: #909090. Windows color (decimal): -13773016 or 2676525. OLE color: 2676525.

HSL color Cylindrical-coordinate representation of color #2DD728: hue angle of 118.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DD728 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 215 40 -
CMYK 0.79 0 0.81 0.16
HSL 118.29º 0.69% 0.5% -
HSV(B) 118.29º 0.81% 0.84% -
XYZ 25.77 49.31 10.17 -
YUV 144.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 45 215 40 0.79 0 0.81 0.16 118.29 0.69 0.5
Hex 2D D7 28 4F 0 51 10 76 45 32
Octal 55 327 50 117 0 121 20 166 105 62
Binary 101101 11010111 101000 1001111 0 1010001 10000 1110110 1000101 110010

Color Harmonies of #2DD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD728

Black with #2DD728

Text Example


Text Example

White with #2DD728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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