Html Css Color HEX #72C81F Lima

📋 copy color: '#72C81F'

red 114 ◦ green 200 ◦ blue 31

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

Shades of Lima #72C81F

Tints of Lima #72C81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.97%

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

R = 33.04%
G = 57.97%
B = 8.99%

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

#72C81F (or 0x72C81F) is known color: Lima. HEX triplet: 72, C8 and 1F. RGB value is (114,200,31). Sum of RGB (Red+Green+Blue) = 114+200+31=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #72C81F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C81F is #8D37E0. Grayscale: #9B9B9B. Windows color (decimal): -9254881 or 2082930. OLE color: 2082930.

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

Color convert

RGB 114 200 31 -
CMYK 0.43 0 0.84 0.22
HSL 90.53º 0.73% 0.45% -
HSV(B) 90.53º 0.85% 0.78% -
XYZ 27.84 44.98 8.51 -
YUV 155.02 58.01 98.74 -
System Red Green Blue C M Y K H S L
Decimal 114 200 31 0.43 0 0.84 0.22 90.53 0.73 0.45
Hex 72 C8 1F 2B 0 54 16 5B 49 2D
Octal 162 310 37 53 0 124 26 133 111 55
Binary 1110010 11001000 11111 101011 0 1010100 10110 1011011 1001001 101101

Color Harmonies of #72C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C81F

Black with #72C81F

Text Example


Text Example

White with #72C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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