Html Css Color HEX #71CF1A Lima

📋 copy color: '#71CF1A'

red 113 ◦ green 207 ◦ blue 26

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

Shades of Lima #71CF1A

Tints of Lima #71CF1A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.83%

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 32.66%
G = 59.83%
B = 7.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#71CF1A (or 0x71CF1A) is known color: Lima. HEX triplet: 71, CF and 1A. RGB value is (113,207,26). Sum of RGB (Red+Green+Blue) = 113+207+26=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF1A is #8E30E5. Grayscale: #9E9E9E. Windows color (decimal): -9318630 or 1757041. OLE color: 1757041.

HSL color Cylindrical-coordinate representation of color #71CF1A: hue angle of 91.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71CF1A is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 26 -
CMYK 0.45 0 0.87 0.19
HSL 91.16º 0.78% 0.46% -
HSV(B) 91.16º 0.87% 0.81% -
XYZ 29.31 48.21 8.74 -
YUV 158.26 53.36 95.72 -
System Red Green Blue C M Y K H S L
Decimal 113 207 26 0.45 0 0.87 0.19 91.16 0.78 0.46
Hex 71 CF 1A 2D 0 57 13 5B 4E 2E
Octal 161 317 32 55 0 127 23 133 116 56
Binary 1110001 11001111 11010 101101 0 1010111 10011 1011011 1001110 101110

Color Harmonies of #71CF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF1A

Black with #71CF1A

Text Example


Text Example

White with #71CF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,26); }

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

background-color css

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

 a { background-color: rgb(113,207,26); }

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

border-color css

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

 span { border-color: rgb(113,207,26); }

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