Html Css Color HEX #71CB21 Lima

📋 copy color: '#71CB21'

red 113 ◦ green 203 ◦ blue 33

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

Shades of Lima #71CB21

Tints of Lima #71CB21

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.17%

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 32.38%
G = 58.17%
B = 9.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#71CB21 (or 0x71CB21) is known color: Lima. HEX triplet: 71, CB and 21. RGB value is (113,203,33). Sum of RGB (Red+Green+Blue) = 113+203+33=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB21 is #8E34DE. Grayscale: #9D9D9D. Windows color (decimal): -9319647 or 2214769. OLE color: 2214769.

HSL color Cylindrical-coordinate representation of color #71CB21: hue angle of 91.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71CB21 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 203 33 -
CMYK 0.44 0 0.84 0.20
HSL 91.76º 0.72% 0.46% -
HSV(B) 91.76º 0.84% 0.8% -
XYZ 28.44 46.33 8.88 -
YUV 156.71 58.18 96.82 -
System Red Green Blue C M Y K H S L
Decimal 113 203 33 0.44 0 0.84 0.20 91.76 0.72 0.46
Hex 71 CB 21 2C 0 54 14 5C 48 2E
Octal 161 313 41 54 0 124 24 134 110 56
Binary 1110001 11001011 100001 101100 0 1010100 10100 1011100 1001000 101110

Color Harmonies of #71CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB21

Black with #71CB21

Text Example


Text Example

White with #71CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,203,33); }

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

background-color css

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

 a { background-color: rgb(113,203,33); }

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

border-color css

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

 span { border-color: rgb(113,203,33); }

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