#71BF30

Color #71BF30 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #71BF30

Tints of Lima #71BF30

Color information

#71BF30 (or 0x71BF30) is unknown color: approx Lima. HEX triplet: 71, BF and 30. RGB value is (113,191,48). Sum of RGB (Red+Green+Blue) = 113+191+48=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF30 is #8E40CF. Grayscale: #979797. Windows color (decimal): -9322704 or 3194737. OLE color: 3194737.

HSL color Cylindrical-coordinate representation of color #71BF30: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71BF30 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB11319148-
CMYK0.4100.750.25
HSL92.73º59.83%46.86%-
HSV(B)92.73º74.87%74.9%-
XYZ25.9740.999.34-
YUV151.3869.66100.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 191 (75% from 255) = 54.26%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=32.10%
G=54.26%
B=13.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113191480.4100.750.2592.7359.8346.86
Hex71BF302904B195d3c2f
Octal16127760510113311357457
Binary11100011011111111000010100101001011110011011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71BF30; }

 p { color: rgb(113,191,48); }

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

<style>
 a { background-color: #71BF30; }

 a { background-color: rgb(113,191,48); }

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

<style>
 span { border-color: #71BF30; }

 span { border-color: rgb(113,191,48); }

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