Html Css Color HEX #71CA1F Lima

📋 copy color: '#71CA1F'

red 113 ◦ green 202 ◦ blue 31

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

Shades of Lima #71CA1F

Tints of Lima #71CA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 32.66%
G = 58.38%
B = 8.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#71CA1F (or 0x71CA1F) is known color: Lima. HEX triplet: 71, CA and 1F. RGB value is (113,202,31). Sum of RGB (Red+Green+Blue) = 113+202+31=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA1F is #8E35E0. Grayscale: #9C9C9C. Windows color (decimal): -9319905 or 2083441. OLE color: 2083441.

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

Color convert

RGB 113 202 31 -
CMYK 0.44 0 0.85 0.21
HSL 91.23º 0.73% 0.46% -
HSV(B) 91.23º 0.85% 0.79% -
XYZ 28.18 45.85 8.66 -
YUV 155.9 57.51 97.4 -
System Red Green Blue C M Y K H S L
Decimal 113 202 31 0.44 0 0.85 0.21 91.23 0.73 0.46
Hex 71 CA 1F 2C 0 55 15 5B 49 2E
Octal 161 312 37 54 0 125 25 133 111 56
Binary 1110001 11001010 11111 101100 0 1010101 10101 1011011 1001001 101110

Color Harmonies of #71CA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA1F

Black with #71CA1F

Text Example


Text Example

White with #71CA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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