Html Css Color HEX #2DE529 Lime Green

📋 copy color: '#2DE529'

red 45 ◦ green 229 ◦ blue 41

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

Shades of Lime Green #2DE529

Tints of Lime Green #2DE529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 14.29%
G = 72.7%
B = 13.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#2DE529 (or 0x2DE529) is known color: Lime Green. HEX triplet: 2D, E5 and 29. RGB value is (45,229,41). Sum of RGB (Red+Green+Blue) = 45+229+41=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE529 is #D21AD6. Grayscale: #999999. Windows color (decimal): -13769431 or 2745645. OLE color: 2745645.

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

Color convert

RGB 45 229 41 -
CMYK 0.80 0 0.82 0.10
HSL 118.72º 0.78% 0.53% -
HSV(B) 118.72º 0.82% 0.9% -
XYZ 29.5 56.76 11.5 -
YUV 152.55 65.04 51.29 -
System Red Green Blue C M Y K H S L
Decimal 45 229 41 0.80 0 0.82 0.10 118.72 0.78 0.53
Hex 2D E5 29 50 0 52 A 77 4E 35
Octal 55 345 51 120 0 122 12 167 116 65
Binary 101101 11100101 101001 1010000 0 1010010 1010 1110111 1001110 110101

Color Harmonies of #2DE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE529

Black with #2DE529

Text Example


Text Example

White with #2DE529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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