Html Css Color HEX #2DE024 Lime Green

📋 copy color: '#2DE024'

red 45 ◦ green 224 ◦ blue 36

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

Shades of Lime Green #2DE024

Tints of Lime Green #2DE024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 14.75%
G = 73.44%
B = 11.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#2DE024 (or 0x2DE024) is known color: Lime Green. HEX triplet: 2D, E0 and 24. RGB value is (45,224,36). Sum of RGB (Red+Green+Blue) = 45+224+36=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE024 is #D21FDB. Grayscale: #959595. Windows color (decimal): -13770716 or 2416685. OLE color: 2416685.

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

Color convert

RGB 45 224 36 -
CMYK 0.80 0 0.84 0.12
HSL 117.13º 0.75% 0.51% -
HSV(B) 117.13º 0.84% 0.88% -
XYZ 28.06 54 10.61 -
YUV 149.05 64.2 53.79 -
System Red Green Blue C M Y K H S L
Decimal 45 224 36 0.80 0 0.84 0.12 117.13 0.75 0.51
Hex 2D E0 24 50 0 54 C 75 4B 33
Octal 55 340 44 120 0 124 14 165 113 63
Binary 101101 11100000 100100 1010000 0 1010100 1100 1110101 1001011 110011

Color Harmonies of #2DE024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE024

Black with #2DE024

Text Example


Text Example

White with #2DE024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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