Html Css Color HEX #71CA27 Lima

📋 copy color: '#71CA27'

red 113 ◦ green 202 ◦ blue 39

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

Shades of Lima #71CA27

Tints of Lima #71CA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 31.92%
G = 57.06%
B = 11.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#71CA27 (or 0x71CA27) is known color: Lima. HEX triplet: 71, CA and 27. RGB value is (113,202,39). Sum of RGB (Red+Green+Blue) = 113+202+39=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA27 is #8E35D8. Grayscale: #9D9D9D. Windows color (decimal): -9319897 or 2607729. OLE color: 2607729.

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

Color convert

RGB 113 202 39 -
CMYK 0.44 0 0.81 0.21
HSL 92.76º 0.68% 0.47% -
HSV(B) 92.76º 0.81% 0.79% -
XYZ 28.3 45.9 9.29 -
YUV 156.81 61.51 96.75 -
System Red Green Blue C M Y K H S L
Decimal 113 202 39 0.44 0 0.81 0.21 92.76 0.68 0.47
Hex 71 CA 27 2C 0 51 15 5D 44 2F
Octal 161 312 47 54 0 121 25 135 104 57
Binary 1110001 11001010 100111 101100 0 1010001 10101 1011101 1000100 101111

Color Harmonies of #71CA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA27

Black with #71CA27

Text Example


Text Example

White with #71CA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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