Html Css Color HEX #71BB28 Lima

📋 copy color: '#71BB28'

red 113 ◦ green 187 ◦ blue 40

#71BB28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #71BB28

Tints of Lima #71BB28

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

 GREEN value IS 187 (73.44% from 255) = 55%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 33.24%
G = 55%
B = 11.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#71BB28 (or 0x71BB28) is known color: Lima. HEX triplet: 71, BB and 28. RGB value is (113,187,40). Sum of RGB (Red+Green+Blue) = 113+187+40=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB28 is #8E44D7. Grayscale: #949494. Windows color (decimal): -9323736 or 2669425. OLE color: 2669425.

HSL color Cylindrical-coordinate representation of color #71BB28: hue angle of 90.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71BB28 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 40 -
CMYK 0.40 0 0.79 0.27
HSL 90.2º 0.65% 0.45% -
HSV(B) 90.2º 0.79% 0.73% -
XYZ 24.96 39.2 8.26 -
YUV 148.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 113 187 40 0.40 0 0.79 0.27 90.2 0.65 0.45
Hex 71 BB 28 28 0 4F 1B 5A 41 2D
Octal 161 273 50 50 0 117 33 132 101 55
Binary 1110001 10111011 101000 101000 0 1001111 11011 1011010 1000001 101101

Color Harmonies of #71BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BB28

Black with #71BB28

Text Example


Text Example

White with #71BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,187,40); }

 H1.HeaderClassName
 {
   color: #71BB28;
 }
 .AnyTagClassName
 {
   color: #71BB28;
 }
</style>

background-color css

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

 a { background-color: rgb(113,187,40); }

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

border-color css

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

 span { border-color: rgb(113,187,40); }

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