#35B23A

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

Shades of Lime Green #35B23A

Tints of Lime Green #35B23A

Color information

#35B23A (or 0x35B23A) is unknown color: approx Lime Green. HEX triplet: 35, B2 and 3A. RGB value is (53,178,58). Sum of RGB (Red+Green+Blue) = 53+178+58=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #35B23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B23A is #CA4DC5. Grayscale: #7F7F7F. Windows color (decimal): -13258182 or 3846709. OLE color: 3846709.

HSL color Cylindrical-coordinate representation of color #35B23A: hue angle of 122.4º 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 #35B23A is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB5317858-
CMYK0.7000.670.30
HSL122.4º54.11%45.29%-
HSV(B)122.4º70.22%69.8%-
XYZ18.1532.99.4-
YUV126.9489.0975.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 178 (69.92% from 255) = 61.59%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=18.34%
G=61.59%
B=20.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178580.7000.670.30122.454.1145.29
Hex35B23A460431E7a362d
Octal65262721060103361726655
Binary11010110110010111010100011001000011111101111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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