#35F149

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

Shades of Lime Green #35F149

Tints of Lime Green #35F149

Color information

#35F149 (or 0x35F149) is unknown color: approx Lime Green. HEX triplet: 35, F1 and 49. RGB value is (53,241,73). Sum of RGB (Red+Green+Blue) = 53+241+73=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #35F149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F149 is #CA0EB6. Grayscale: #A6A6A6. Windows color (decimal): -13242039 or 4845877. OLE color: 4845877.

HSL color Cylindrical-coordinate representation of color #35F149: hue angle of 126.38º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F149 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB5324173-
CMYK0.7800.700.05
HSL126.38º87.04%57.65%-
HSV(B)126.38º78.01%94.51%-
XYZ34.1364.1516.89-
YUV165.6475.7247.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 241 (94.53% from 255) = 65.67%
BLUE value IS 73 (28.91% from 255) = 19.89%
R=14.44%
G=65.67%
B=19.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53241730.7800.700.05126.3887.0457.65
Hex35F1494E04657e573a
Octal653611111160106517612772
Binary11010111110001100100110011100100011010111111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,241,73); }

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

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

 a { background-color: rgb(53,241,73); }

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

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

 span { border-color: rgb(53,241,73); }

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