#35BF44

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

Shades of Lime Green #35BF44

Tints of Lime Green #35BF44

Color information

#35BF44 (or 0x35BF44) is unknown color: approx Lime Green. HEX triplet: 35, BF and 44. RGB value is (53,191,68). Sum of RGB (Red+Green+Blue) = 53+191+68=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BF44 is #CA40BB. Grayscale: #888888. Windows color (decimal): -13254844 or 4505397. OLE color: 4505397.

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

Color convert

RGB5319168-
CMYK0.7200.640.25
HSL126.52º56.56%47.84%-
HSV(B)126.52º72.25%74.9%-
XYZ21.1438.4411.77-
YUV135.7289.7869-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 191 (75% from 255) = 61.22%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=16.99%
G=61.22%
B=21.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53191680.7200.640.25126.5256.5647.84
Hex35BF4448040197f3930
Octal652771041100100311777160
Binary110101101111111000100100100001000000110011111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,191,68); }

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

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

 a { background-color: rgb(53,191,68); }

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

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

 span { border-color: rgb(53,191,68); }

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