Html Css Color HEX #71CE2D Lima

📋 copy color: '#71CE2D'

red 113 ◦ green 206 ◦ blue 45

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

Shades of Lima #71CE2D

Tints of Lima #71CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.59%

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 31.04%
G = 56.59%
B = 12.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#71CE2D (or 0x71CE2D) is known color: Lima. HEX triplet: 71, CE and 2D. RGB value is (113,206,45). Sum of RGB (Red+Green+Blue) = 113+206+45=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE2D is #8E31D2. Grayscale: #A0A0A0. Windows color (decimal): -9318867 or 3001969. OLE color: 3001969.

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

Color convert

RGB 113 206 45 -
CMYK 0.45 0 0.78 0.19
HSL 94.66º 0.64% 0.49% -
HSV(B) 94.66º 0.78% 0.81% -
XYZ 29.36 47.84 10.17 -
YUV 159.84 63.19 94.59 -
System Red Green Blue C M Y K H S L
Decimal 113 206 45 0.45 0 0.78 0.19 94.66 0.64 0.49
Hex 71 CE 2D 2D 0 4E 13 5F 40 31
Octal 161 316 55 55 0 116 23 137 100 61
Binary 1110001 11001110 101101 101101 0 1001110 10011 1011111 1000000 110001

Color Harmonies of #71CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CE2D

Black with #71CE2D

Text Example


Text Example

White with #71CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,45); }

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

background-color css

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

 a { background-color: rgb(113,206,45); }

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

border-color css

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

 span { border-color: rgb(113,206,45); }

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