#35C93B

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

Shades of Lime Green #35C93B

Tints of Lime Green #35C93B

Color information

#35C93B (or 0x35C93B) is unknown color: approx Lime Green. HEX triplet: 35, C9 and 3B. RGB value is (53,201,59). Sum of RGB (Red+Green+Blue) = 53+201+59=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #35C93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C93B is #CA36C4. Grayscale: #8C8C8C. Windows color (decimal): -13252293 or 3918133. OLE color: 3918133.

HSL color Cylindrical-coordinate representation of color #35C93B: hue angle of 122.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C93B is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB5320159-
CMYK0.7400.710.21
HSL122.43º58.27%49.8%-
HSV(B)122.43º73.63%78.82%-
XYZ23.1442.8511.19-
YUV140.5681.9765.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 201 (78.91% from 255) = 64.22%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=16.93%
G=64.22%
B=18.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53201590.7400.710.21122.4358.2749.8
Hex35C93B4A047157a3a32
Octal65311731120107251727262
Binary11010111001001111011100101001000111101011111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,59); }

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

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

 a { background-color: rgb(53,201,59); }

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

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

 span { border-color: rgb(53,201,59); }

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