Html Css Color HEX #2DD819 Lime Green

📋 copy color: '#2DD819'

red 45 ◦ green 216 ◦ blue 25

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

Shades of Lime Green #2DD819

Tints of Lime Green #2DD819

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.52%

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 15.73%
G = 75.52%
B = 8.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#2DD819 (or 0x2DD819) is known color: Lime Green. HEX triplet: 2D, D8 and 19. RGB value is (45,216,25). Sum of RGB (Red+Green+Blue) = 45+216+25=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 216 (84.77% from 255 or 75.52% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD819 is #D227E6. Grayscale: #8F8F8F. Windows color (decimal): -13772775 or 1693741. OLE color: 1693741.

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

Color convert

RGB 45 216 25 -
CMYK 0.79 0 0.88 0.15
HSL 113.72º 0.79% 0.47% -
HSV(B) 113.72º 0.88% 0.85% -
XYZ 25.81 49.74 9.16 -
YUV 143.1 61.35 58.03 -
System Red Green Blue C M Y K H S L
Decimal 45 216 25 0.79 0 0.88 0.15 113.72 0.79 0.47
Hex 2D D8 19 4F 0 58 F 72 4F 2F
Octal 55 330 31 117 0 130 17 162 117 57
Binary 101101 11011000 11001 1001111 0 1011000 1111 1110010 1001111 101111

Color Harmonies of #2DD819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD819

Black with #2DD819

Text Example


Text Example

White with #2DD819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,216,25); }

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

background-color css

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

 a { background-color: rgb(45,216,25); }

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

border-color css

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

 span { border-color: rgb(45,216,25); }

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