#3CC043

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

Shades of Lime Green #3CC043

Tints of Lime Green #3CC043

Color information

#3CC043 (or 0x3CC043) is unknown color: approx Lime Green. HEX triplet: 3C, C0 and 43. RGB value is (60,192,67). Sum of RGB (Red+Green+Blue) = 60+192+67=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC043 is #C33FBC. Grayscale: #8A8A8A. Windows color (decimal): -12795837 or 4440124. OLE color: 4440124.

HSL color Cylindrical-coordinate representation of color #3CC043: hue angle of 123.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC043 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB6019267-
CMYK0.6900.650.25
HSL123.18º52.38%49.41%-
HSV(B)123.18º68.75%75.29%-
XYZ21.7339.0711.71-
YUV138.2887.7772.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 192 (75.39% from 255) = 60.19%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=18.81%
G=60.19%
B=21.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60192670.6900.650.25123.1852.3849.41
Hex3CC04345041197b3431
Octal743001031050101311736461
Binary111100110000001000011100010101000001110011111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CC043; }

 p { color: rgb(60,192,67); }

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

<style>
 a { background-color: #3CC043; }

 a { background-color: rgb(60,192,67); }

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

<style>
 span { border-color: #3CC043; }

 span { border-color: rgb(60,192,67); }

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