Html Css Color HEX #71BA28 Lima

📋 copy color: '#71BA28'

red 113 ◦ green 186 ◦ blue 40

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

Shades of Lima #71BA28

Tints of Lima #71BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

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

R = 33.33%
G = 54.87%
B = 11.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#71BA28 (or 0x71BA28) is known color: Lima. HEX triplet: 71, BA and 28. RGB value is (113,186,40). Sum of RGB (Red+Green+Blue) = 113+186+40=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA28 is #8E45D7. Grayscale: #949494. Windows color (decimal): -9323992 or 2669169. OLE color: 2669169.

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

Color convert

RGB 113 186 40 -
CMYK 0.39 0 0.78 0.27
HSL 90º 0.65% 0.44% -
HSV(B) 90º 0.78% 0.73% -
XYZ 24.75 38.78 8.19 -
YUV 147.53 67.32 103.37 -
System Red Green Blue C M Y K H S L
Decimal 113 186 40 0.39 0 0.78 0.27 90 0.65 0.44
Hex 71 BA 28 27 0 4E 1B 5A 41 2C
Octal 161 272 50 47 0 116 33 132 101 54
Binary 1110001 10111010 101000 100111 0 1001110 11011 1011010 1000001 101100

Color Harmonies of #71BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA28

Black with #71BA28

Text Example


Text Example

White with #71BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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