#35BD4A

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

Shades of Lime Green #35BD4A

Tints of Lime Green #35BD4A

Color information

#35BD4A (or 0x35BD4A) is unknown color: approx Lime Green. HEX triplet: 35, BD and 4A. RGB value is (53,189,74). Sum of RGB (Red+Green+Blue) = 53+189+74=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BD4A is #CA42B5. Grayscale: #878787. Windows color (decimal): -13255350 or 4898101. OLE color: 4898101.

HSL color Cylindrical-coordinate representation of color #35BD4A: hue angle of 129.26º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BD4A is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB5318974-
CMYK0.7200.610.26
HSL129.26º56.2%47.45%-
HSV(B)129.26º71.96%74.12%-
XYZ20.937.6512.64-
YUV135.2393.4469.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 189 (74.22% from 255) = 59.81%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=16.77%
G=59.81%
B=23.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189740.7200.610.26129.2656.247.45
Hex35BD4A4803D1A81382f
Octal65275112110075322017057
Binary110101101111011001010100100001111011101010000001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,189,74); }

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

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

 a { background-color: rgb(53,189,74); }

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

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

 span { border-color: rgb(53,189,74); }

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