#3CCE35

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

Shades of Lime Green #3CCE35

Tints of Lime Green #3CCE35

Color information

#3CCE35 (or 0x3CCE35) is unknown color: approx Lime Green. HEX triplet: 3C, CE and 35. RGB value is (60,206,53). Sum of RGB (Red+Green+Blue) = 60+206+53=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCE35 is #C331CA. Grayscale: #919191. Windows color (decimal): -12792267 or 3526204. OLE color: 3526204.

HSL color Cylindrical-coordinate representation of color #3CCE35: hue angle of 117.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCE35 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB6020653-
CMYK0.7100.740.19
HSL117.25º60.96%50.78%-
HSV(B)117.25º74.27%80.78%-
XYZ24.5845.3610.83-
YUV144.976.1367.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 206 (80.86% from 255) = 64.58%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=18.81%
G=64.58%
B=16.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal60206530.7100.740.19117.2560.9650.78
Hex3CCE354704A13753d33
Octal74316651070112231657563
Binary11110011001110110101100011101001010100111110101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,206,53); }

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

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

 a { background-color: rgb(60,206,53); }

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

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

 span { border-color: rgb(60,206,53); }

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