Html Css Color HEX #2DE548 Lime Green

📋 copy color: '#2DE548'

red 45 ◦ green 229 ◦ blue 72

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

Shades of Lime Green #2DE548

Tints of Lime Green #2DE548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 13.01%
G = 66.18%
B = 20.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#2DE548 (or 0x2DE548) is known color: Lime Green. HEX triplet: 2D, E5 and 48. RGB value is (45,229,72). Sum of RGB (Red+Green+Blue) = 45+229+72=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 229 (89.84% from 255 or 66.18% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE548 is #D21AB7. Grayscale: #9C9C9C. Windows color (decimal): -13769400 or 4777261. OLE color: 4777261.

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

Color convert

RGB 45 229 72 -
CMYK 0.80 0 0.69 0.10
HSL 128.8º 0.78% 0.54% -
HSV(B) 128.8º 0.8% 0.9% -
XYZ 30.27 57.06 15.55 -
YUV 156.09 80.54 48.77 -
System Red Green Blue C M Y K H S L
Decimal 45 229 72 0.80 0 0.69 0.10 128.8 0.78 0.54
Hex 2D E5 48 50 0 45 A 81 4E 36
Octal 55 345 110 120 0 105 12 201 116 66
Binary 101101 11100101 1001000 1010000 0 1000101 1010 10000001 1001110 110110

Color Harmonies of #2DE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE548

Black with #2DE548

Text Example


Text Example

White with #2DE548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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