#35F443

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

Shades of Lime Green #35F443

Tints of Lime Green #35F443

Color information

#35F443 (or 0x35F443) is unknown color: approx Lime Green. HEX triplet: 35, F4 and 43. RGB value is (53,244,67). Sum of RGB (Red+Green+Blue) = 53+244+67=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 244 (95.70% from 255 or 67.03% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 244 - color contains mainly: green. Hex color #35F443 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F443 is #CA0BBC. Grayscale: #A7A7A7. Windows color (decimal): -13241277 or 4453429. OLE color: 4453429.

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

Color convert

RGB5324467-
CMYK0.7800.730.04
HSL124.4º89.67%58.24%-
HSV(B)124.4º78.28%95.69%-
XYZ34.8365.8616.19-
YUV166.7171.7246.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 244 (95.70% from 255) = 67.03%
BLUE value IS 67 (26.56% from 255) = 18.41%
R=14.56%
G=67.03%
B=18.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal53244670.7800.730.04124.489.6758.24
Hex35F4434E04947c5a3a
Octal653641031160111417413272
Binary11010111110100100001110011100100100110011111001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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