Html Css Color HEX #71CF27 Lima

📋 copy color: '#71CF27'

red 113 ◦ green 207 ◦ blue 39

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

Shades of Lima #71CF27

Tints of Lima #71CF27

RGB

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

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

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

R = 31.48%
G = 57.66%
B = 10.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#71CF27 (or 0x71CF27) is known color: Lima. HEX triplet: 71, CF and 27. RGB value is (113,207,39). Sum of RGB (Red+Green+Blue) = 113+207+39=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF27 is #8E30D8. Grayscale: #A0A0A0. Windows color (decimal): -9318617 or 2609009. OLE color: 2609009.

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

Color convert

RGB 113 207 39 -
CMYK 0.45 0 0.81 0.19
HSL 93.57º 0.68% 0.48% -
HSV(B) 93.57º 0.81% 0.81% -
XYZ 29.49 48.28 9.68 -
YUV 159.74 59.86 94.66 -
System Red Green Blue C M Y K H S L
Decimal 113 207 39 0.45 0 0.81 0.19 93.57 0.68 0.48
Hex 71 CF 27 2D 0 51 13 5E 44 30
Octal 161 317 47 55 0 121 23 136 104 60
Binary 1110001 11001111 100111 101101 0 1010001 10011 1011110 1000100 110000

Color Harmonies of #71CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF27

Black with #71CF27

Text Example


Text Example

White with #71CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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