#35B23E

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

Shades of Lime Green #35B23E

Tints of Lime Green #35B23E

Color information

#35B23E (or 0x35B23E) is unknown color: approx Lime Green. HEX triplet: 35, B2 and 3E. RGB value is (53,178,62). Sum of RGB (Red+Green+Blue) = 53+178+62=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 178 (69.92% from 255 or 60.75% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 178 - color contains mainly: green. Hex color #35B23E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B23E is #CA4DC1. Grayscale: #7F7F7F. Windows color (decimal): -13258178 or 4108853. OLE color: 4108853.

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

Color convert

RGB5317862-
CMYK0.7000.650.30
HSL124.32º54.11%45.29%-
HSV(B)124.32º70.22%69.8%-
XYZ18.2632.959.95-
YUV127.491.0974.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 178 (69.92% from 255) = 60.75%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=18.09%
G=60.75%
B=21.16%

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
Decimal53178620.7000.650.30124.3254.1145.29
Hex35B23E460411E7c362d
Octal65262761060101361746655
Binary11010110110010111110100011001000001111101111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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