#2cc030

Color #2CC030 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CC030

Tints of Lime Green #2CC030

Color information

#2CC030 (or 0x2CC030) is unknown color: approx Lime Green. HEX triplet: 2C, C0 and 30. RGB value is (44,192,48). Sum of RGB (Red+Green+Blue) = 44+192+48=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC030 is #D33FCF. Grayscale: #838383. Windows color (decimal): -13844432 or 3194924. OLE color: 3194924.

HSL color Cylindrical-coordinate representation of color #2CC030: hue angle of 121.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC030 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB4419248-
CMYK0.7700.750.25
HSL121.62º62.71%46.27%-
HSV(B)121.62º77.08%75.29%-
XYZ20.4238.459.14-
YUV131.3380.9765.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.49%
GREEN value IS 192 (75.39% from 255) = 67.61%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=15.49%
G=67.61%
B=16.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44192480.7700.750.25121.6262.7146.27
Hex2CC0304D04B197a3f2e
Octal54300601150113311727756
Binary10110011000000110000100110101001011110011111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,48); }

 H1.HeaderClassName
 {
   color: #2cc030;
 }
 .AnyTagClassName
 {
   color: #2cc030;
 }
</style>
background-color css

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

 a { background-color: rgb(44,192,48); }

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

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

 span { border-color: rgb(44,192,48); }

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