Html Css Color HEX #71C023 Lima

📋 copy color: '#71C023'

red 113 ◦ green 192 ◦ blue 35

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

Shades of Lima #71C023

Tints of Lima #71C023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 33.24%
G = 56.47%
B = 10.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#71C023 (or 0x71C023) is known color: Lima. HEX triplet: 71, C0 and 23. RGB value is (113,192,35). Sum of RGB (Red+Green+Blue) = 113+192+35=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #71C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C023 is #8E3FDC. Grayscale: #979797. Windows color (decimal): -9322461 or 2343025. OLE color: 2343025.

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

Color convert

RGB 113 192 35 -
CMYK 0.41 0 0.82 0.25
HSL 90.19º 0.69% 0.45% -
HSV(B) 90.19º 0.82% 0.75% -
XYZ 25.96 41.33 8.2 -
YUV 150.48 62.83 101.27 -
System Red Green Blue C M Y K H S L
Decimal 113 192 35 0.41 0 0.82 0.25 90.19 0.69 0.45
Hex 71 C0 23 29 0 52 19 5A 45 2D
Octal 161 300 43 51 0 122 31 132 105 55
Binary 1110001 11000000 100011 101001 0 1010010 11001 1011010 1000101 101101

Color Harmonies of #71C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C023

Black with #71C023

Text Example


Text Example

White with #71C023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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