#35FD3C

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

Shades of Lime Green #35FD3C

Tints of Lime Green #35FD3C

Color information

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

HSL color Cylindrical-coordinate representation of color #35FD3C: hue angle of 122.1º 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 #35FD3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB5325360-
CMYK0.7900.760.01
HSL122.1º98.04%60%-
HSV(B)122.1º79.05%99.22%-
XYZ37.4171.3316.07-
YUV171.265.2443.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53253600.7900.760.01122.198.0460
Hex35FD3C4F04C17a623c
Octal65375741170114117214274
Binary11010111111101111100100111101001100111110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35FD3C; }

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

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

<style>
 a { background-color: #35FD3C; }

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

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

<style>
 span { border-color: #35FD3C; }

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

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