Html Css Color HEX #72C91A Lima

📋 copy color: '#72C91A'

red 114 ◦ green 201 ◦ blue 26

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

Shades of Lima #72C91A

Tints of Lima #72C91A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.94%

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 33.43%
G = 58.94%
B = 7.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#72C91A (or 0x72C91A) is known color: Lima. HEX triplet: 72, C9 and 1A. RGB value is (114,201,26). Sum of RGB (Red+Green+Blue) = 114+201+26=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #72C91A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C91A is #8D36E5. Grayscale: #9B9B9B. Windows color (decimal): -9254630 or 1755506. OLE color: 1755506.

HSL color Cylindrical-coordinate representation of color #72C91A: hue angle of 89.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72C91A is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 201 26 -
CMYK 0.43 0 0.87 0.21
HSL 89.83º 0.77% 0.45% -
HSV(B) 89.83º 0.87% 0.79% -
XYZ 28.01 45.43 8.27 -
YUV 155.04 55.18 98.73 -
System Red Green Blue C M Y K H S L
Decimal 114 201 26 0.43 0 0.87 0.21 89.83 0.77 0.45
Hex 72 C9 1A 2B 0 57 15 5A 4D 2D
Octal 162 311 32 53 0 127 25 132 115 55
Binary 1110010 11001001 11010 101011 0 1010111 10101 1011010 1001101 101101

Color Harmonies of #72C91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C91A

Black with #72C91A

Text Example


Text Example

White with #72C91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,201,26); }

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

background-color css

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

 a { background-color: rgb(114,201,26); }

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

border-color css

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

 span { border-color: rgb(114,201,26); }

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