Html Css Color HEX #2DE032 Lime Green

📋 copy color: '#2DE032'

red 45 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #2DE032

Tints of Lime Green #2DE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 14.11%
G = 70.22%
B = 15.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#2DE032 (or 0x2DE032) is known color: Lime Green. HEX triplet: 2D, E0 and 32. RGB value is (45,224,50). Sum of RGB (Red+Green+Blue) = 45+224+50=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 224 (87.89% from 255 or 70.22% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE032 is #D21FCD. Grayscale: #979797. Windows color (decimal): -13770702 or 3334189. OLE color: 3334189.

HSL color Cylindrical-coordinate representation of color #2DE032: hue angle of 121.68º 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 #2DE032 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 224 50 -
CMYK 0.80 0 0.78 0.12
HSL 121.68º 0.74% 0.53% -
HSV(B) 121.68º 0.8% 0.88% -
XYZ 28.31 54.1 11.97 -
YUV 150.64 71.2 52.65 -
System Red Green Blue C M Y K H S L
Decimal 45 224 50 0.80 0 0.78 0.12 121.68 0.74 0.53
Hex 2D E0 32 50 0 4E C 7A 4A 35
Octal 55 340 62 120 0 116 14 172 112 65
Binary 101101 11100000 110010 1010000 0 1001110 1100 1111010 1001010 110101

Color Harmonies of #2DE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE032

Black with #2DE032

Text Example


Text Example

White with #2DE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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