#35FA34

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

Shades of Lime Green #35FA34

Tints of Lime Green #35FA34

Color information

#35FA34 (or 0x35FA34) is unknown color: approx Lime Green. HEX triplet: 35, FA and 34. RGB value is (53,250,52). Sum of RGB (Red+Green+Blue) = 53+250+52=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FA34 is #CA05CB. Grayscale: #A9A9A9. Windows color (decimal): -13239756 or 3471925. OLE color: 3471925.

HSL color Cylindrical-coordinate representation of color #35FA34: hue angle of 119.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FA34 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB5325052-
CMYK0.7900.790.02
HSL119.7º95.19%59.22%-
HSV(B)119.7º79.2%98.04%-
XYZ36.2769.3814.73-
YUV168.5262.2345.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 250 (98.05% from 255) = 70.42%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=14.93%
G=70.42%
B=14.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53250520.7900.790.02119.795.1959.22
Hex35FA344F04F2785f3b
Octal65372641170117217013773
Binary110101111110101101001001111010011111011110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,250,52); }

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

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

 a { background-color: rgb(53,250,52); }

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

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

 span { border-color: rgb(53,250,52); }

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