#35F14B

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

Shades of Lime Green #35F14B

Tints of Lime Green #35F14B

Color information

#35F14B (or 0x35F14B) is unknown color: approx Lime Green. HEX triplet: 35, F1 and 4B. RGB value is (53,241,75). Sum of RGB (Red+Green+Blue) = 53+241+75=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #35F14B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F14B is #CA0EB4. Grayscale: #A6A6A6. Windows color (decimal): -13242037 or 4976949. OLE color: 4976949.

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

Color convert

RGB5324175-
CMYK0.7800.690.05
HSL127.02º87.04%57.65%-
HSV(B)127.02º78.01%94.51%-
XYZ34.1964.1817.24-
YUV165.8676.7247.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 241 (94.53% from 255) = 65.31%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=14.36%
G=65.31%
B=20.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53241750.7800.690.05127.0287.0457.65
Hex35F14B4E04557f573a
Octal653611131160105517712772
Binary11010111110001100101110011100100010110111111111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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