Html Css Color HEX #2DE019 Lime Green

📋 copy color: '#2DE019'

red 45 ◦ green 224 ◦ blue 25

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

Shades of Lime Green #2DE019

Tints of Lime Green #2DE019

RGB

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

 GREEN value IS 224 (87.89% from 255) = 76.19%

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

R = 15.31%
G = 76.19%
B = 8.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#2DE019 (or 0x2DE019) is known color: Lime Green. HEX triplet: 2D, E0 and 19. RGB value is (45,224,25). Sum of RGB (Red+Green+Blue) = 45+224+25=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE019 is #D21FE6. Grayscale: #949494. Windows color (decimal): -13770727 or 1695789. OLE color: 1695789.

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

Color convert

RGB 45 224 25 -
CMYK 0.80 0 0.89 0.12
HSL 113.97º 0.8% 0.49% -
HSV(B) 113.97º 0.89% 0.88% -
XYZ 27.91 53.94 9.86 -
YUV 147.79 58.7 54.68 -
System Red Green Blue C M Y K H S L
Decimal 45 224 25 0.80 0 0.89 0.12 113.97 0.8 0.49
Hex 2D E0 19 50 0 59 C 72 50 31
Octal 55 340 31 120 0 131 14 162 120 61
Binary 101101 11100000 11001 1010000 0 1011001 1100 1110010 1010000 110001

Color Harmonies of #2DE019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE019

Black with #2DE019

Text Example


Text Example

White with #2DE019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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