Html Css Color HEX #2DE033 Lime Green

📋 copy color: '#2DE033'

red 45 ◦ green 224 ◦ blue 51

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

Shades of Lime Green #2DE033

Tints of Lime Green #2DE033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 14.06%
G = 70%
B = 15.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#2DE033 (or 0x2DE033) is known color: Lime Green. HEX triplet: 2D, E0 and 33. RGB value is (45,224,51). Sum of RGB (Red+Green+Blue) = 45+224+51=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE033 is #D21FCC. Grayscale: #979797. Windows color (decimal): -13770701 or 3399725. OLE color: 3399725.

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

Color convert

RGB 45 224 51 -
CMYK 0.80 0 0.77 0.12
HSL 122.01º 0.74% 0.53% -
HSV(B) 122.01º 0.8% 0.88% -
XYZ 28.34 54.11 12.08 -
YUV 150.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 45 224 51 0.80 0 0.77 0.12 122.01 0.74 0.53
Hex 2D E0 33 50 0 4D C 7A 4A 35
Octal 55 340 63 120 0 115 14 172 112 65
Binary 101101 11100000 110011 1010000 0 1001101 1100 1111010 1001010 110101

Color Harmonies of #2DE033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE033

Black with #2DE033

Text Example


Text Example

White with #2DE033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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