Html Css Color HEX #2CD120 Lime Green

📋 copy color: '#2CD120'

red 44 ◦ green 209 ◦ blue 32

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

Shades of Lime Green #2CD120

Tints of Lime Green #2CD120

RGB

 RED value IS 44 (17.58% from 255) = 15.44%

 GREEN value IS 209 (82.03% from 255) = 73.33%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 15.44%
G = 73.33%
B = 11.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#2CD120 (or 0x2CD120) is known color: Lime Green. HEX triplet: 2C, D1 and 20. RGB value is (44,209,32). Sum of RGB (Red+Green+Blue) = 44+209+32=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 209 (82.03% from 255 or 73.33% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD120 is #D32EDF. Grayscale: #8C8C8C. Windows color (decimal): -13840096 or 2150700. OLE color: 2150700.

HSL color Cylindrical-coordinate representation of color #2CD120: hue angle of 115.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CD120 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 209 32 -
CMYK 0.79 0 0.85 0.18
HSL 115.93º 0.73% 0.47% -
HSV(B) 115.93º 0.85% 0.82% -
XYZ 24.1 46.24 9.02 -
YUV 139.49 67.34 59.89 -
System Red Green Blue C M Y K H S L
Decimal 44 209 32 0.79 0 0.85 0.18 115.93 0.73 0.47
Hex 2C D1 20 4F 0 55 12 74 49 2F
Octal 54 321 40 117 0 125 22 164 111 57
Binary 101100 11010001 100000 1001111 0 1010101 10010 1110100 1001001 101111

Color Harmonies of #2CD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD120

Black with #2CD120

Text Example


Text Example

White with #2CD120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,209,32); }

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

background-color css

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

 a { background-color: rgb(44,209,32); }

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

border-color css

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

 span { border-color: rgb(44,209,32); }

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