#3CC34B

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

Shades of Lime Green #3CC34B

Tints of Lime Green #3CC34B

Color information

#3CC34B (or 0x3CC34B) is unknown color: approx Lime Green. HEX triplet: 3C, C3 and 4B. RGB value is (60,195,75). Sum of RGB (Red+Green+Blue) = 60+195+75=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC34B is #C33CB4. Grayscale: #8D8D8D. Windows color (decimal): -12795061 or 4965180. OLE color: 4965180.

HSL color Cylindrical-coordinate representation of color #3CC34B: hue angle of 126.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC34B is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB6019575-
CMYK0.6900.620.24
HSL126.67º52.94%50%-
HSV(B)126.67º69.23%76.47%-
XYZ22.6540.513.28-
YUV140.9590.7770.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 195 (76.56% from 255) = 59.09%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=18.18%
G=59.09%
B=22.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60195750.6900.620.24126.6752.9450
Hex3CC34B4503E187f3532
Octal74303113105076301776562
Binary11110011000011100101110001010111110110001111111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,195,75); }

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

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

 a { background-color: rgb(60,195,75); }

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

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

 span { border-color: rgb(60,195,75); }

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