Html Css Color HEX #71CA23 Lima

📋 copy color: '#71CA23'

red 113 ◦ green 202 ◦ blue 35

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

Shades of Lima #71CA23

Tints of Lima #71CA23

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.71%

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

R = 32.29%
G = 57.71%
B = 10%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#71CA23 (or 0x71CA23) is known color: Lima. HEX triplet: 71, CA and 23. RGB value is (113,202,35). Sum of RGB (Red+Green+Blue) = 113+202+35=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA23 is #8E35DC. Grayscale: #9C9C9C. Windows color (decimal): -9319901 or 2345585. OLE color: 2345585.

HSL color Cylindrical-coordinate representation of color #71CA23: hue angle of 91.98º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71CA23 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 35 -
CMYK 0.44 0 0.83 0.21
HSL 91.98º 0.7% 0.46% -
HSV(B) 91.98º 0.83% 0.79% -
XYZ 28.23 45.87 8.96 -
YUV 156.35 59.51 97.08 -
System Red Green Blue C M Y K H S L
Decimal 113 202 35 0.44 0 0.83 0.21 91.98 0.7 0.46
Hex 71 CA 23 2C 0 53 15 5C 46 2E
Octal 161 312 43 54 0 123 25 134 106 56
Binary 1110001 11001010 100011 101100 0 1010011 10101 1011100 1000110 101110

Color Harmonies of #71CA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA23

Black with #71CA23

Text Example


Text Example

White with #71CA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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