#35ba21

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

Shades of Lime Green #35BA21

Tints of Lime Green #35BA21

Color information

#35BA21 (or 0x35BA21) is unknown color: approx Lime Green. HEX triplet: 35, BA and 21. RGB value is (53,186,33). Sum of RGB (Red+Green+Blue) = 53+186+33=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA21 is #CA45DE. Grayscale: #818181. Windows color (decimal): -13256159 or 2210357. OLE color: 2210357.

HSL color Cylindrical-coordinate representation of color #35BA21: hue angle of 112.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35BA21 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB5318633-
CMYK0.7200.820.27
HSL112.16º69.86%42.94%-
HSV(B)112.16º82.26%72.94%-
XYZ19.335.987.37-
YUV128.7973.9473.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 186 (73.05% from 255) = 68.38%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=19.49%
G=68.38%
B=12.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53186330.7200.820.27112.1669.8642.94
Hex35BA21480521B70462b
Octal652724111001223316010653
Binary110101101110101000011001000010100101101111100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ba21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,33); }

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

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

 a { background-color: rgb(53,186,33); }

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

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

 span { border-color: rgb(53,186,33); }

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