Html Css Color HEX #2DE819 Lime Green

📋 copy color: '#2DE819'

red 45 ◦ green 232 ◦ blue 25

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

Shades of Lime Green #2DE819

Tints of Lime Green #2DE819

RGB

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

 GREEN value IS 232 (91.02% from 255) = 76.82%

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

R = 14.9%
G = 76.82%
B = 8.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#2DE819 (or 0x2DE819) is known color: Lime Green. HEX triplet: 2D, E8 and 19. RGB value is (45,232,25). Sum of RGB (Red+Green+Blue) = 45+232+25=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 232 (91.02% from 255 or 76.82% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE819 is #D217E6. Grayscale: #999999. Windows color (decimal): -13768679 or 1697837. OLE color: 1697837.

HSL color Cylindrical-coordinate representation of color #2DE819: hue angle of 114.2º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DE819 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 232 25 -
CMYK 0.81 0 0.89 0.09
HSL 114.2º 0.82% 0.5% -
HSV(B) 114.2º 0.89% 0.91% -
XYZ 30.11 58.34 10.59 -
YUV 152.49 56.05 51.33 -
System Red Green Blue C M Y K H S L
Decimal 45 232 25 0.81 0 0.89 0.09 114.2 0.82 0.5
Hex 2D E8 19 51 0 59 9 72 52 32
Octal 55 350 31 121 0 131 11 162 122 62
Binary 101101 11101000 11001 1010001 0 1011001 1001 1110010 1010010 110010

Color Harmonies of #2DE819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE819

Black with #2DE819

Text Example


Text Example

White with #2DE819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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