#35b928

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

Shades of Lime Green #35B928

Tints of Lime Green #35B928

Color information

#35B928 (or 0x35B928) is unknown color: approx Lime Green. HEX triplet: 35, B9 and 28. RGB value is (53,185,40). Sum of RGB (Red+Green+Blue) = 53+185+40=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #35B928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B928 is #CA46D7. Grayscale: #818181. Windows color (decimal): -13256408 or 2668853. OLE color: 2668853.

HSL color Cylindrical-coordinate representation of color #35B928: hue angle of 114.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35B928 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB5318540-
CMYK0.7100.780.27
HSL114.62º64.44%44.12%-
HSV(B)114.62º78.38%72.55%-
XYZ19.235.617.87-
YUV12977.7773.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 185 (72.66% from 255) = 66.55%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=19.06%
G=66.55%
B=14.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53185400.7100.780.27114.6264.4444.12
Hex35B9284704E1B73402c
Octal652715010701163316310054
Binary110101101110011010001000111010011101101111100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35b928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,40); }

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

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

 a { background-color: rgb(53,185,40); }

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

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

 span { border-color: rgb(53,185,40); }

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