#3CC538

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

Shades of Lime Green #3CC538

Tints of Lime Green #3CC538

Color information

#3CC538 (or 0x3CC538) is unknown color: approx Lime Green. HEX triplet: 3C, C5 and 38. RGB value is (60,197,56). Sum of RGB (Red+Green+Blue) = 60+197+56=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC538 is #C33AC7. Grayscale: #8C8C8C. Windows color (decimal): -12794568 or 3720508. OLE color: 3720508.

HSL color Cylindrical-coordinate representation of color #3CC538: hue angle of 118.3º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CC538 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB6019756-
CMYK0.7000.720.23
HSL118.3º55.73%49.61%-
HSV(B)118.3º71.57%77.25%-
XYZ22.5441.1810.5-
YUV139.9680.6170.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 197 (77.34% from 255) = 62.94%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=19.17%
G=62.94%
B=17.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60197560.7000.720.23118.355.7349.61
Hex3CC5384604817763832
Octal74305701060110271667062
Binary11110011000101111000100011001001000101111110110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,197,56); }

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

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

 a { background-color: rgb(60,197,56); }

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

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

 span { border-color: rgb(60,197,56); }

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