Html Css Color HEX #2DCC21 Lime Green

📋 copy color: '#2DCC21'

red 45 ◦ green 204 ◦ blue 33

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

Shades of Lime Green #2DCC21

Tints of Lime Green #2DCC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 72.34%

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

R = 15.96%
G = 72.34%
B = 11.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#2DCC21 (or 0x2DCC21) is known color: Lime Green. HEX triplet: 2D, CC and 21. RGB value is (45,204,33). Sum of RGB (Red+Green+Blue) = 45+204+33=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC21 is #D233DE. Grayscale: #898989. Windows color (decimal): -13775839 or 2214957. OLE color: 2214957.

HSL color Cylindrical-coordinate representation of color #2DCC21: hue angle of 115.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DCC21 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 204 33 -
CMYK 0.78 0 0.84 0.2
HSL 115.79º 0.72% 0.46% -
HSV(B) 115.79º 0.84% 0.8% -
XYZ 22.95 43.85 8.69 -
YUV 136.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 45 204 33 0.78 0 0.84 0.2 115.79 0.72 0.46
Hex 2D CC 21 4E 0 54 14 74 48 2E
Octal 55 314 41 116 0 124 24 164 110 56
Binary 101101 11001100 100001 1001110 0 1010100 10100 1110100 1001000 101110

Color Harmonies of #2DCC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCC21

Black with #2DCC21

Text Example


Text Example

White with #2DCC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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