#71BE23

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

Shades of Lima #71BE23

Tints of Lima #71BE23

Color information

#71BE23 (or 0x71BE23) is unknown color: approx Lima. HEX triplet: 71, BE and 23. RGB value is (113,190,35). Sum of RGB (Red+Green+Blue) = 113+190+35=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BE23 is #8E41DC. Grayscale: #959595. Windows color (decimal): -9322973 or 2342513. OLE color: 2342513.

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

Color convert

RGB11319035-
CMYK0.4100.820.25
HSL89.81º68.89%44.12%-
HSV(B)89.81º81.58%74.51%-
XYZ25.5340.468.05-
YUV149.3163.49102.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 35 (14.06% from 255) = 10.36%
R=33.43%
G=56.21%
B=10.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113190350.4100.820.2589.8168.8944.12
Hex71BE2329052195a452c
Octal161276435101223113210554
Binary111000110111110100011101001010100101100110110101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,35); }

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

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

 a { background-color: rgb(113,190,35); }

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

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

 span { border-color: rgb(113,190,35); }

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