#35BF4B

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

Shades of Lime Green #35BF4B

Tints of Lime Green #35BF4B

Color information

#35BF4B (or 0x35BF4B) is unknown color: approx Lime Green. HEX triplet: 35, BF and 4B. RGB value is (53,191,75). Sum of RGB (Red+Green+Blue) = 53+191+75=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BF4B is #CA40B4. Grayscale: #888888. Windows color (decimal): -13254837 or 4964149. OLE color: 4964149.

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

Color convert

RGB5319175-
CMYK0.7200.610.25
HSL129.57º56.56%47.84%-
HSV(B)129.57º72.25%74.9%-
XYZ21.3738.5312.97-
YUV136.5193.2868.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=16.61%
G=59.87%
B=23.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53191750.7200.610.25129.5756.5647.84
Hex35BF4B4803D19823930
Octal65277113110075312027160
Binary110101101111111001011100100001111011100110000010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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