#35C03D

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

Shades of Lime Green #35C03D

Tints of Lime Green #35C03D

Color information

#35C03D (or 0x35C03D) is unknown color: approx Lime Green. HEX triplet: 35, C0 and 3D. RGB value is (53,192,61). Sum of RGB (Red+Green+Blue) = 53+192+61=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #35C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C03D is #CA3FC2. Grayscale: #878787. Windows color (decimal): -13254595 or 4046901. OLE color: 4046901.

HSL color Cylindrical-coordinate representation of color #35C03D: hue angle of 123.45º 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 #35C03D is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB5319261-
CMYK0.7200.680.25
HSL123.45º56.73%48.04%-
HSV(B)123.45º72.4%75.29%-
XYZ21.1638.7910.79-
YUV135.585.9569.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 192 (75.39% from 255) = 62.75%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=17.32%
G=62.75%
B=19.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53192610.7200.680.25123.4556.7348.04
Hex35C03D48044197b3930
Octal65300751100104311737160
Binary11010111000000111101100100001000100110011111011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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