#35BE31

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

Shades of Lime Green #35BE31

Tints of Lime Green #35BE31

Color information

#35BE31 (or 0x35BE31) is unknown color: approx Lime Green. HEX triplet: 35, BE and 31. RGB value is (53,190,49). Sum of RGB (Red+Green+Blue) = 53+190+49=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BE31 is #CA41CE. Grayscale: #858585. Windows color (decimal): -13255119 or 3259957. OLE color: 3259957.

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

Color convert

RGB5319049-
CMYK0.7200.740.25
HSL118.3º59%46.86%-
HSV(B)118.3º74.21%74.51%-
XYZ20.4437.819.13-
YUV132.9680.6170.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 190 (74.61% from 255) = 65.07%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=18.15%
G=65.07%
B=16.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53190490.7200.740.25118.35946.86
Hex35BE314804A19763b2f
Octal65276611100112311667357
Binary11010110111110110001100100001001010110011110110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,190,49); }

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

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

 a { background-color: rgb(53,190,49); }

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

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

 span { border-color: rgb(53,190,49); }

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