Html Css Color HEX #2DEC21 Lime Green

📋 copy color: '#2DEC21'

red 45 ◦ green 236 ◦ blue 33

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

Shades of Lime Green #2DEC21

Tints of Lime Green #2DEC21

RGB

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

 GREEN value IS 236 (92.58% from 255) = 75.16%

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

R = 14.33%
G = 75.16%
B = 10.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#2DEC21 (or 0x2DEC21) is known color: Lime Green. HEX triplet: 2D, EC and 21. RGB value is (45,236,33). Sum of RGB (Red+Green+Blue) = 45+236+33=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC21 is #D213DE. Grayscale: #9C9C9C. Windows color (decimal): -13767647 or 2223149. OLE color: 2223149.

HSL color Cylindrical-coordinate representation of color #2DEC21: hue angle of 116.45º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DEC21 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 236 33 -
CMYK 0.81 0 0.86 0.07
HSL 116.45º 0.84% 0.53% -
HSV(B) 116.45º 0.86% 0.93% -
XYZ 31.35 60.66 11.49 -
YUV 155.75 58.72 49.01 -
System Red Green Blue C M Y K H S L
Decimal 45 236 33 0.81 0 0.86 0.07 116.45 0.84 0.53
Hex 2D EC 21 51 0 56 7 74 54 35
Octal 55 354 41 121 0 126 7 164 124 65
Binary 101101 11101100 100001 1010001 0 1010110 111 1110100 1010100 110101

Color Harmonies of #2DEC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC21

Black with #2DEC21

Text Example


Text Example

White with #2DEC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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