Html Css Color HEX #2DE533 Lime Green

📋 copy color: '#2DE533'

red 45 ◦ green 229 ◦ blue 51

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

Shades of Lime Green #2DE533

Tints of Lime Green #2DE533

RGB

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

 GREEN value IS 229 (89.84% from 255) = 70.46%

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

R = 13.85%
G = 70.46%
B = 15.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#2DE533 (or 0x2DE533) is known color: Lime Green. HEX triplet: 2D, E5 and 33. RGB value is (45,229,51). Sum of RGB (Red+Green+Blue) = 45+229+51=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 229 (89.84% from 255 or 70.46% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE533 is #D21ACC. Grayscale: #9A9A9A. Windows color (decimal): -13769421 or 3401005. OLE color: 3401005.

HSL color Cylindrical-coordinate representation of color #2DE533: hue angle of 121.96º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE533 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 229 51 -
CMYK 0.80 0 0.78 0.10
HSL 121.96º 0.78% 0.54% -
HSV(B) 121.96º 0.8% 0.9% -
XYZ 29.7 56.84 12.54 -
YUV 153.69 70.04 50.47 -
System Red Green Blue C M Y K H S L
Decimal 45 229 51 0.80 0 0.78 0.10 121.96 0.78 0.54
Hex 2D E5 33 50 0 4E A 7A 4E 36
Octal 55 345 63 120 0 116 12 172 116 66
Binary 101101 11100101 110011 1010000 0 1001110 1010 1111010 1001110 110110

Color Harmonies of #2DE533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE533

Black with #2DE533

Text Example


Text Example

White with #2DE533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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