#35B23F

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

Shades of Lime Green #35B23F

Tints of Lime Green #35B23F

Color information

#35B23F (or 0x35B23F) is unknown color: approx Lime Green. HEX triplet: 35, B2 and 3F. RGB value is (53,178,63). Sum of RGB (Red+Green+Blue) = 53+178+63=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #35B23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B23F is #CA4DC0. Grayscale: #7F7F7F. Windows color (decimal): -13258177 or 4174389. OLE color: 4174389.

HSL color Cylindrical-coordinate representation of color #35B23F: hue angle of 124.8º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B23F is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB5317863-
CMYK0.7000.650.30
HSL124.8º54.11%45.29%-
HSV(B)124.8º70.22%69.8%-
XYZ18.2932.9610.1-
YUV127.5191.5974.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 178 (69.92% from 255) = 60.54%
BLUE value IS 63 (25% from 255) = 21.43%
R=18.03%
G=60.54%
B=21.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178630.7000.650.30124.854.1145.29
Hex35B23F460411E7d362d
Octal65262771060101361756655
Binary11010110110010111111100011001000001111101111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,178,63); }

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

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

 a { background-color: rgb(53,178,63); }

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

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

 span { border-color: rgb(53,178,63); }

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