#35C03A

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

Shades of Lime Green #35C03A

Tints of Lime Green #35C03A

Color information

#35C03A (or 0x35C03A) is unknown color: approx Lime Green. HEX triplet: 35, C0 and 3A. RGB value is (53,192,58). Sum of RGB (Red+Green+Blue) = 53+192+58=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #35C03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C03A is #CA3FC5. Grayscale: #878787. Windows color (decimal): -13254598 or 3850293. OLE color: 3850293.

HSL color Cylindrical-coordinate representation of color #35C03A: hue angle of 122.16º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C03A is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB5319258-
CMYK0.7200.700.25
HSL122.16º56.73%48.04%-
HSV(B)122.16º72.4%75.29%-
XYZ21.0838.7610.37-
YUV135.1684.4569.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 192 (75.39% from 255) = 63.37%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=17.49%
G=63.37%
B=19.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53192580.7200.700.25122.1656.7348.04
Hex35C03A48046197a3930
Octal65300721100106311727160
Binary11010111000000111010100100001000110110011111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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