#35BF4E

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

Shades of Lime Green #35BF4E

Tints of Lime Green #35BF4E

Color information

#35BF4E (or 0x35BF4E) is unknown color: approx Lime Green. HEX triplet: 35, BF and 4E. RGB value is (53,191,78). Sum of RGB (Red+Green+Blue) = 53+191+78=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BF4E is #CA40B1. Grayscale: #898989. Windows color (decimal): -13254834 or 5160757. OLE color: 5160757.

HSL color Cylindrical-coordinate representation of color #35BF4E: hue angle of 130.87º 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 #35BF4E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB5319178-
CMYK0.7200.590.25
HSL130.87º56.56%47.84%-
HSV(B)130.87º72.25%74.9%-
XYZ21.4738.5713.52-
YUV136.8694.7868.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 191 (75% from 255) = 59.32%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=16.46%
G=59.32%
B=24.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53191780.7200.590.25130.8756.5647.84
Hex35BF4E4803B19833930
Octal65277116110073312037160
Binary110101101111111001110100100001110111100110000011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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