#35C61A

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

Shades of Lime Green #35C61A

Tints of Lime Green #35C61A

Color information

#35C61A (or 0x35C61A) is unknown color: approx Lime Green. HEX triplet: 35, C6 and 1A. RGB value is (53,198,26). Sum of RGB (Red+Green+Blue) = 53+198+26=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 198 (77.73% from 255 or 71.48% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 198 - color contains mainly: green. Hex color #35C61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C61A is #CA39E5. Grayscale: #878787. Windows color (decimal): -13253094 or 1754677. OLE color: 1754677.

HSL color Cylindrical-coordinate representation of color #35C61A: hue angle of 110.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35C61A is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB5319826-
CMYK0.7300.870.22
HSL110.58º76.79%43.92%-
HSV(B)110.58º86.87%77.65%-
XYZ21.8541.227.78-
YUV135.0466.4669.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 198 (77.73% from 255) = 71.48%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=19.13%
G=71.48%
B=9.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53198260.7300.870.22110.5876.7943.92
Hex35C61A49057166f4d2c
Octal653063211101272615711554
Binary11010111000110110101001001010101111011011011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,198,26); }

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

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

 a { background-color: rgb(53,198,26); }

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

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

 span { border-color: rgb(53,198,26); }

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