#35F447

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

Shades of Lime Green #35F447

Tints of Lime Green #35F447

Color information

#35F447 (or 0x35F447) is unknown color: approx Lime Green. HEX triplet: 35, F4 and 47. RGB value is (53,244,71). Sum of RGB (Red+Green+Blue) = 53+244+71=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 244 (95.70% from 255 or 66.30% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 244 - color contains mainly: green. Hex color #35F447 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F447 is #CA0BB8. Grayscale: #A7A7A7. Windows color (decimal): -13241273 or 4715573. OLE color: 4715573.

HSL color Cylindrical-coordinate representation of color #35F447: hue angle of 125.65º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F447 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB5324471-
CMYK0.7800.710.04
HSL125.65º89.67%58.24%-
HSV(B)125.65º78.28%95.69%-
XYZ34.9665.9116.84-
YUV167.1773.7246.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 244 (95.70% from 255) = 66.30%
BLUE value IS 71 (28.12% from 255) = 19.29%
R=14.40%
G=66.30%
B=19.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal53244710.7800.710.04125.6589.6758.24
Hex35F4474E04747e5a3a
Octal653641071160107417613272
Binary11010111110100100011110011100100011110011111101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,244,71); }

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

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

 a { background-color: rgb(53,244,71); }

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

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

 span { border-color: rgb(53,244,71); }

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