Html Css Color HEX #2DE521 Lime Green

📋 copy color: '#2DE521'

red 45 ◦ green 229 ◦ blue 33

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

Shades of Lime Green #2DE521

Tints of Lime Green #2DE521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 14.66%
G = 74.59%
B = 10.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#2DE521 (or 0x2DE521) is known color: Lime Green. HEX triplet: 2D, E5 and 21. RGB value is (45,229,33). Sum of RGB (Red+Green+Blue) = 45+229+33=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE521 is #D21ADE. Grayscale: #989898. Windows color (decimal): -13769439 or 2221357. OLE color: 2221357.

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

Color convert

RGB 45 229 33 -
CMYK 0.80 0 0.86 0.10
HSL 116.33º 0.79% 0.51% -
HSV(B) 116.33º 0.86% 0.9% -
XYZ 29.38 56.71 10.84 -
YUV 151.64 61.04 51.94 -
System Red Green Blue C M Y K H S L
Decimal 45 229 33 0.80 0 0.86 0.10 116.33 0.79 0.51
Hex 2D E5 21 50 0 56 A 74 4F 33
Octal 55 345 41 120 0 126 12 164 117 63
Binary 101101 11100101 100001 1010000 0 1010110 1010 1110100 1001111 110011

Color Harmonies of #2DE521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE521

Black with #2DE521

Text Example


Text Example

White with #2DE521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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