Html Css Color HEX #2DE549 Lime Green

📋 copy color: '#2DE549'

red 45 ◦ green 229 ◦ blue 73

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

Shades of Lime Green #2DE549

Tints of Lime Green #2DE549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 12.97%
G = 65.99%
B = 21.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#2DE549 (or 0x2DE549) is known color: Lime Green. HEX triplet: 2D, E5 and 49. RGB value is (45,229,73). Sum of RGB (Red+Green+Blue) = 45+229+73=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE549 is #D21AB6. Grayscale: #9C9C9C. Windows color (decimal): -13769399 or 4842797. OLE color: 4842797.

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

Color convert

RGB 45 229 73 -
CMYK 0.80 0 0.68 0.10
HSL 129.13º 0.78% 0.54% -
HSV(B) 129.13º 0.8% 0.9% -
XYZ 30.3 57.08 15.72 -
YUV 156.2 81.04 48.68 -
System Red Green Blue C M Y K H S L
Decimal 45 229 73 0.80 0 0.68 0.10 129.13 0.78 0.54
Hex 2D E5 49 50 0 44 A 81 4E 36
Octal 55 345 111 120 0 104 12 201 116 66
Binary 101101 11100101 1001001 1010000 0 1000100 1010 10000001 1001110 110110

Color Harmonies of #2DE549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE549

Black with #2DE549

Text Example


Text Example

White with #2DE549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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