#35B038

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

Shades of Lime Green #35B038

Tints of Lime Green #35B038

Color information

#35B038 (or 0x35B038) is unknown color: approx Lime Green. HEX triplet: 35, B0 and 38. RGB value is (53,176,56). Sum of RGB (Red+Green+Blue) = 53+176+56=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #35B038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B038 is #CA4FC7. Grayscale: #7D7D7D. Windows color (decimal): -13258696 or 3715125. OLE color: 3715125.

HSL color Cylindrical-coordinate representation of color #35B038: hue angle of 121.46º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B038 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB5317656-
CMYK0.7000.680.31
HSL121.46º53.71%44.9%-
HSV(B)121.46º69.89%69.02%-
XYZ17.7132.099-
YUV125.5488.7576.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 176 (69.14% from 255) = 61.75%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=18.60%
G=61.75%
B=19.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53176560.7000.680.31121.4653.7144.9
Hex35B038460441F79362d
Octal65260701060104371716655
Binary11010110110000111000100011001000100111111111001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,176,56); }

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

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

 a { background-color: rgb(53,176,56); }

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

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

 span { border-color: rgb(53,176,56); }

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