Html Css Color HEX #71BE2A Lima

📋 copy color: '#71BE2A'

red 113 ◦ green 190 ◦ blue 42

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

Shades of Lima #71BE2A

Tints of Lima #71BE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.07%

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 32.75%
G = 55.07%
B = 12.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#71BE2A (or 0x71BE2A) is known color: Lima. HEX triplet: 71, BE and 2A. RGB value is (113,190,42). Sum of RGB (Red+Green+Blue) = 113+190+42=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BE2A is #8E41D5. Grayscale: #969696. Windows color (decimal): -9322966 or 2801265. OLE color: 2801265.

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

Color convert

RGB 113 190 42 -
CMYK 0.41 0 0.78 0.25
HSL 91.22º 0.64% 0.45% -
HSV(B) 91.22º 0.78% 0.75% -
XYZ 25.64 40.5 8.66 -
YUV 150.11 66.99 101.53 -
System Red Green Blue C M Y K H S L
Decimal 113 190 42 0.41 0 0.78 0.25 91.22 0.64 0.45
Hex 71 BE 2A 29 0 4E 19 5B 40 2D
Octal 161 276 52 51 0 116 31 133 100 55
Binary 1110001 10111110 101010 101001 0 1001110 11001 1011011 1000000 101101

Color Harmonies of #71BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BE2A

Black with #71BE2A

Text Example


Text Example

White with #71BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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