#35C629

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

Shades of Lime Green #35C629

Tints of Lime Green #35C629

Color information

#35C629 (or 0x35C629) is unknown color: approx Lime Green. HEX triplet: 35, C6 and 29. RGB value is (53,198,41). Sum of RGB (Red+Green+Blue) = 53+198+41=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #35C629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C629 is #CA39D6. Grayscale: #898989. Windows color (decimal): -13253079 or 2737717. OLE color: 2737717.

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

Color convert

RGB5319841-
CMYK0.7300.790.22
HSL115.41º65.69%46.86%-
HSV(B)115.41º79.29%77.65%-
XYZ22.0641.318.91-
YUV136.7573.9668.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 198 (77.73% from 255) = 67.81%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=18.15%
G=67.81%
B=14.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53198410.7300.790.22115.4165.6946.86
Hex35C6294904F1673422f
Octal653065111101172616310257
Binary110101110001101010011001001010011111011011100111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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