#2CC33B

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

Shades of Lime Green #2CC33B

Tints of Lime Green #2CC33B

Color information

#2CC33B (or 0x2CC33B) is unknown color: approx Lime Green. HEX triplet: 2C, C3 and 3B. RGB value is (44,195,59). Sum of RGB (Red+Green+Blue) = 44+195+59=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC33B is #D33CC4. Grayscale: #868686. Windows color (decimal): -13843653 or 3916588. OLE color: 3916588.

HSL color Cylindrical-coordinate representation of color #2CC33B: hue angle of 125.96º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC33B is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB4419559-
CMYK0.7700.700.24
HSL125.96º63.18%46.86%-
HSV(B)125.96º77.44%76.47%-
XYZ21.3439.8810.71-
YUV134.3585.4763.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.77%
GREEN value IS 195 (76.56% from 255) = 65.44%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=14.77%
G=65.44%
B=19.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44195590.7700.700.24125.9663.1846.86
Hex2CC33B4D046187e3f2f
Octal54303731150106301767757
Binary10110011000011111011100110101000110110001111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,195,59); }

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

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

 a { background-color: rgb(44,195,59); }

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

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

 span { border-color: rgb(44,195,59); }

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