#3BCF31

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

Shades of Lime Green #3BCF31

Tints of Lime Green #3BCF31

Color information

#3BCF31 (or 0x3BCF31) is unknown color: approx Lime Green. HEX triplet: 3B, CF and 31. RGB value is (59,207,49). Sum of RGB (Red+Green+Blue) = 59+207+49=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF31 is #C430CE. Grayscale: #919191. Windows color (decimal): -12857551 or 3264315. OLE color: 3264315.

HSL color Cylindrical-coordinate representation of color #3BCF31: hue angle of 116.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCF31 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB5920749-
CMYK0.7100.760.19
HSL116.2º62.2%50.2%-
HSV(B)116.2º76.33%81.18%-
XYZ24.6745.7810.44-
YUV144.7473.9766.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 207 (81.25% from 255) = 65.71%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=18.73%
G=65.71%
B=15.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal59207490.7100.760.19116.262.250.2
Hex3BCF314704C13743e32
Octal73317611070114231647662
Binary11101111001111110001100011101001100100111110100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BCF31; }

 p { color: rgb(59,207,49); }

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

<style>
 a { background-color: #3BCF31; }

 a { background-color: rgb(59,207,49); }

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

<style>
 span { border-color: #3BCF31; }

 span { border-color: rgb(59,207,49); }

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