Html Css Color HEX #2DD321 Lime Green

📋 copy color: '#2DD321'

red 45 ◦ green 211 ◦ blue 33

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

Shades of Lime Green #2DD321

Tints of Lime Green #2DD321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.01%

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

R = 15.57%
G = 73.01%
B = 11.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#2DD321 (or 0x2DD321) is known color: Lime Green. HEX triplet: 2D, D3 and 21. RGB value is (45,211,33). Sum of RGB (Red+Green+Blue) = 45+211+33=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 211 (82.81% from 255 or 73.01% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD321 is #D22CDE. Grayscale: #8D8D8D. Windows color (decimal): -13774047 or 2216749. OLE color: 2216749.

HSL color Cylindrical-coordinate representation of color #2DD321: hue angle of 115.96º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DD321 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 211 33 -
CMYK 0.79 0 0.84 0.17
HSL 115.96º 0.73% 0.48% -
HSV(B) 115.96º 0.84% 0.83% -
XYZ 24.65 47.26 9.26 -
YUV 141.07 67 59.47 -
System Red Green Blue C M Y K H S L
Decimal 45 211 33 0.79 0 0.84 0.17 115.96 0.73 0.48
Hex 2D D3 21 4F 0 54 11 74 49 30
Octal 55 323 41 117 0 124 21 164 111 60
Binary 101101 11010011 100001 1001111 0 1010100 10001 1110100 1001001 110000

Color Harmonies of #2DD321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD321

Black with #2DD321

Text Example


Text Example

White with #2DD321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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