#35C83A

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

Shades of Lime Green #35C83A

Tints of Lime Green #35C83A

Color information

#35C83A (or 0x35C83A) is unknown color: approx Lime Green. HEX triplet: 35, C8 and 3A. RGB value is (53,200,58). Sum of RGB (Red+Green+Blue) = 53+200+58=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 200 (78.52% from 255 or 64.31% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 200 - color contains mainly: green. Hex color #35C83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C83A is #CA37C5. Grayscale: #8C8C8C. Windows color (decimal): -13252550 or 3852341. OLE color: 3852341.

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

Color convert

RGB5320058-
CMYK0.7400.710.22
HSL122.04º58.1%49.61%-
HSV(B)122.04º73.5%78.43%-
XYZ22.8942.3710.98-
YUV139.8681.866.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 200 (78.52% from 255) = 64.31%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=17.04%
G=64.31%
B=18.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53200580.7400.710.22122.0458.149.61
Hex35C83A4A047167a3a32
Octal65310721120107261727262
Binary11010111001000111010100101001000111101101111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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