Html Css Color HEX #2DE519 Lime Green

📋 copy color: '#2DE519'

red 45 ◦ green 229 ◦ blue 25

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

Shades of Lime Green #2DE519

Tints of Lime Green #2DE519

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.59%

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

R = 15.05%
G = 76.59%
B = 8.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#2DE519 (or 0x2DE519) is known color: Lime Green. HEX triplet: 2D, E5 and 19. RGB value is (45,229,25). Sum of RGB (Red+Green+Blue) = 45+229+25=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 229 (89.84% from 255 or 76.59% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE519 is #D21AE6. Grayscale: #979797. Windows color (decimal): -13769447 or 1697069. OLE color: 1697069.

HSL color Cylindrical-coordinate representation of color #2DE519: hue angle of 114.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DE519 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 229 25 -
CMYK 0.80 0 0.89 0.10
HSL 114.12º 0.8% 0.5% -
HSV(B) 114.12º 0.89% 0.9% -
XYZ 29.28 56.67 10.31 -
YUV 150.73 57.04 52.59 -
System Red Green Blue C M Y K H S L
Decimal 45 229 25 0.80 0 0.89 0.10 114.12 0.8 0.5
Hex 2D E5 19 50 0 59 A 72 50 32
Octal 55 345 31 120 0 131 12 162 120 62
Binary 101101 11100101 11001 1010000 0 1011001 1010 1110010 1010000 110010

Color Harmonies of #2DE519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE519

Black with #2DE519

Text Example


Text Example

White with #2DE519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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