Html Css Color HEX #71CF28 Lima

📋 copy color: '#71CF28'

red 113 ◦ green 207 ◦ blue 40

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

Shades of Lima #71CF28

Tints of Lima #71CF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 31.39%
G = 57.5%
B = 11.11%

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

#71CF28 (or 0x71CF28) is known color: Lima. HEX triplet: 71, CF and 28. RGB value is (113,207,40). Sum of RGB (Red+Green+Blue) = 113+207+40=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF28 is #8E30D7. Grayscale: #A0A0A0. Windows color (decimal): -9318616 or 2674545. OLE color: 2674545.

HSL color Cylindrical-coordinate representation of color #71CF28: hue angle of 93.77º 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 #71CF28 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 40 -
CMYK 0.45 0 0.81 0.19
HSL 93.77º 0.68% 0.48% -
HSV(B) 93.77º 0.81% 0.81% -
XYZ 29.51 48.29 9.77 -
YUV 159.86 60.36 94.58 -
System Red Green Blue C M Y K H S L
Decimal 113 207 40 0.45 0 0.81 0.19 93.77 0.68 0.48
Hex 71 CF 28 2D 0 51 13 5E 44 30
Octal 161 317 50 55 0 121 23 136 104 60
Binary 1110001 11001111 101000 101101 0 1010001 10011 1011110 1000100 110000

Color Harmonies of #71CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF28

Black with #71CF28

Text Example


Text Example

White with #71CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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