#35F446

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

Shades of Lime Green #35F446

Tints of Lime Green #35F446

Color information

#35F446 (or 0x35F446) is unknown color: approx Lime Green. HEX triplet: 35, F4 and 46. RGB value is (53,244,70). Sum of RGB (Red+Green+Blue) = 53+244+70=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #35F446 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F446 is #CA0BB9. Grayscale: #A7A7A7. Windows color (decimal): -13241274 or 4650037. OLE color: 4650037.

HSL color Cylindrical-coordinate representation of color #35F446: hue angle of 125.34º 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 #35F446 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB5324470-
CMYK0.7800.710.04
HSL125.34º89.67%58.24%-
HSV(B)125.34º78.28%95.69%-
XYZ34.9265.916.67-
YUV167.0573.2246.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 244 (95.70% from 255) = 66.49%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=14.44%
G=66.49%
B=19.07%

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
Decimal53244700.7800.710.04125.3489.6758.24
Hex35F4464E04747d5a3a
Octal653641061160107417513272
Binary11010111110100100011010011100100011110011111011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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