Html Css Color HEX #72C81C Lima

📋 copy color: '#72C81C'

red 114 ◦ green 200 ◦ blue 28

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

Shades of Lima #72C81C

Tints of Lima #72C81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 33.33%
G = 58.48%
B = 8.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#72C81C (or 0x72C81C) is known color: Lima. HEX triplet: 72, C8 and 1C. RGB value is (114,200,28). Sum of RGB (Red+Green+Blue) = 114+200+28=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #72C81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C81C is #8D37E3. Grayscale: #9B9B9B. Windows color (decimal): -9254884 or 1886322. OLE color: 1886322.

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

Color convert

RGB 114 200 28 -
CMYK 0.43 0 0.86 0.22
HSL 90º 0.75% 0.45% -
HSV(B) 90º 0.86% 0.78% -
XYZ 27.8 44.97 8.31 -
YUV 154.68 56.51 98.99 -
System Red Green Blue C M Y K H S L
Decimal 114 200 28 0.43 0 0.86 0.22 90 0.75 0.45
Hex 72 C8 1C 2B 0 56 16 5A 4B 2D
Octal 162 310 34 53 0 126 26 132 113 55
Binary 1110010 11001000 11100 101011 0 1010110 10110 1011010 1001011 101101

Color Harmonies of #72C81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C81C

Black with #72C81C

Text Example


Text Example

White with #72C81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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