Html Css Color HEX #72C71F Lima

📋 copy color: '#72C71F'

red 114 ◦ green 199 ◦ blue 31

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

Shades of Lima #72C71F

Tints of Lima #72C71F

RGB

 RED value IS 114 (44.92% from 255) = 33.14%

 GREEN value IS 199 (78.13% from 255) = 57.85%

 BLUE value IS 31 (12.5% from 255) = 9.01%

R = 33.14%
G = 57.85%
B = 9.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#72C71F (or 0x72C71F) is known color: Lima. HEX triplet: 72, C7 and 1F. RGB value is (114,199,31). Sum of RGB (Red+Green+Blue) = 114+199+31=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #72C71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C71F is #8D38E0. Grayscale: #9B9B9B. Windows color (decimal): -9255137 or 2082674. OLE color: 2082674.

HSL color Cylindrical-coordinate representation of color #72C71F: hue angle of 90.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72C71F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 199 31 -
CMYK 0.43 0 0.84 0.22
HSL 90.36º 0.73% 0.45% -
HSV(B) 90.36º 0.84% 0.78% -
XYZ 27.61 44.52 8.43 -
YUV 154.43 58.34 99.16 -
System Red Green Blue C M Y K H S L
Decimal 114 199 31 0.43 0 0.84 0.22 90.36 0.73 0.45
Hex 72 C7 1F 2B 0 54 16 5A 49 2D
Octal 162 307 37 53 0 124 26 132 111 55
Binary 1110010 11000111 11111 101011 0 1010100 10110 1011010 1001001 101101

Color Harmonies of #72C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C71F

Black with #72C71F

Text Example


Text Example

White with #72C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72C71F; }

 p { color: rgb(114,199,31); }

 H1.HeaderClassName
 {
   color: #72C71F;
 }
 .AnyTagClassName
 {
   color: #72C71F;
 }
</style>

background-color css

<style>
 a { background-color: #72C71F; }

 a { background-color: rgb(114,199,31); }

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

border-color css

<style>
 span { border-color: #72C71F; }

 span { border-color: rgb(114,199,31); }

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