#35BE21

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

Shades of Lime Green #35BE21

Tints of Lime Green #35BE21

Color information

#35BE21 (or 0x35BE21) is unknown color: approx Lime Green. HEX triplet: 35, BE and 21. RGB value is (53,190,33). Sum of RGB (Red+Green+Blue) = 53+190+33=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BE21 is #CA41DE. Grayscale: #838383. Windows color (decimal): -13255135 or 2211381. OLE color: 2211381.

HSL color Cylindrical-coordinate representation of color #35BE21: hue angle of 112.36º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35BE21 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB5319033-
CMYK0.7200.830.25
HSL112.36º70.4%43.73%-
HSV(B)112.36º82.63%74.51%-
XYZ20.1637.697.65-
YUV131.1472.6172.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 190 (74.61% from 255) = 68.84%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=19.20%
G=68.84%
B=11.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53190330.7200.830.25112.3670.443.73
Hex35BE21480531970462c
Octal652764111001233116010654
Binary110101101111101000011001000010100111100111100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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