Html Css Color HEX #2DDE19 Lime Green

📋 copy color: '#2DDE19'

red 45 ◦ green 222 ◦ blue 25

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

Shades of Lime Green #2DDE19

Tints of Lime Green #2DDE19

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.03%

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

R = 15.41%
G = 76.03%
B = 8.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#2DDE19 (or 0x2DDE19) is known color: Lime Green. HEX triplet: 2D, DE and 19. RGB value is (45,222,25). Sum of RGB (Red+Green+Blue) = 45+222+25=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 222 (87.11% from 255 or 76.03% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDE19 is #D221E6. Grayscale: #939393. Windows color (decimal): -13771239 or 1695277. OLE color: 1695277.

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

Color convert

RGB 45 222 25 -
CMYK 0.80 0 0.89 0.13
HSL 113.91º 0.8% 0.48% -
HSV(B) 113.91º 0.89% 0.87% -
XYZ 27.38 52.87 9.68 -
YUV 146.62 59.36 55.52 -
System Red Green Blue C M Y K H S L
Decimal 45 222 25 0.80 0 0.89 0.13 113.91 0.8 0.48
Hex 2D DE 19 50 0 59 D 72 50 30
Octal 55 336 31 120 0 131 15 162 120 60
Binary 101101 11011110 11001 1010000 0 1011001 1101 1110010 1010000 110000

Color Harmonies of #2DDE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDE19

Black with #2DDE19

Text Example


Text Example

White with #2DDE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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