#35FB45

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

Shades of Lime Green #35FB45

Tints of Lime Green #35FB45

Color information

#35FB45 (or 0x35FB45) is unknown color: approx Lime Green. HEX triplet: 35, FB and 45. RGB value is (53,251,69). Sum of RGB (Red+Green+Blue) = 53+251+69=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 251 (98.44% from 255 or 67.29% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 251 - color contains mainly: green. Hex color #35FB45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FB45 is #CA04BA. Grayscale: #ABABAB. Windows color (decimal): -13239483 or 4586293. OLE color: 4586293.

HSL color Cylindrical-coordinate representation of color #35FB45: hue angle of 124.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FB45 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB5325169-
CMYK0.7900.730.02
HSL124.85º96.12%59.61%-
HSV(B)124.85º78.88%98.43%-
XYZ37.0470.1817.22-
YUV171.0570.443.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 251 (98.44% from 255) = 67.29%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=14.21%
G=67.29%
B=18.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53251690.7900.730.02124.8596.1259.61
Hex35FB454F04927d603c
Octal653731051170111217514074
Binary1101011111101110001011001111010010011011111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,251,69); }

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

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

 a { background-color: rgb(53,251,69); }

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

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

 span { border-color: rgb(53,251,69); }

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