#35C838

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

Shades of Lime Green #35C838

Tints of Lime Green #35C838

Color information

#35C838 (or 0x35C838) is unknown color: approx Lime Green. HEX triplet: 35, C8 and 38. RGB value is (53,200,56). Sum of RGB (Red+Green+Blue) = 53+200+56=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #35C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C838 is #CA37C7. Grayscale: #8C8C8C. Windows color (decimal): -13252552 or 3721269. OLE color: 3721269.

HSL color Cylindrical-coordinate representation of color #35C838: hue angle of 121.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C838 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB5320056-
CMYK0.7400.720.22
HSL121.22º58.1%49.61%-
HSV(B)121.22º73.5%78.43%-
XYZ22.8442.3510.71-
YUV139.6380.866.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 200 (78.52% from 255) = 64.72%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=17.15%
G=64.72%
B=18.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53200560.7400.720.22121.2258.149.61
Hex35C8384A04816793a32
Octal65310701120110261717262
Binary11010111001000111000100101001001000101101111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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