#3CFD35

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

Shades of Lime Green #3CFD35

Tints of Lime Green #3CFD35

Color information

#3CFD35 (or 0x3CFD35) is unknown color: approx Lime Green. HEX triplet: 3C, FD and 35. RGB value is (60,253,53). Sum of RGB (Red+Green+Blue) = 60+253+53=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 253 (99.22% from 255 or 69.13% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFD35 is #C302CA. Grayscale: #ADADAD. Windows color (decimal): -12780235 or 3538236. OLE color: 3538236.

HSL color Cylindrical-coordinate representation of color #3CFD35: hue angle of 117.9º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CFD35 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB6025353-
CMYK0.7600.790.01
HSL117.9º98.04%60%-
HSV(B)117.9º79.05%99.22%-
XYZ37.6371.4715.18-
YUV172.4960.5647.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 253 (99.22% from 255) = 69.13%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=16.39%
G=69.13%
B=14.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal60253530.7600.790.01117.998.0460
Hex3CFD354C04F176623c
Octal74375651140117116614274
Binary11110011111101110101100110001001111111101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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