Html Css Color HEX #72BA28 Lima

📋 copy color: '#72BA28'

red 114 ◦ green 186 ◦ blue 40

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

Shades of Lima #72BA28

Tints of Lima #72BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.71%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 33.53%
G = 54.71%
B = 11.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#72BA28 (or 0x72BA28) is known color: Lima. HEX triplet: 72, BA and 28. RGB value is (114,186,40). Sum of RGB (Red+Green+Blue) = 114+186+40=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA28 is #8D45D7. Grayscale: #949494. Windows color (decimal): -9258456 or 2669170. OLE color: 2669170.

HSL color Cylindrical-coordinate representation of color #72BA28: hue angle of 89.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72BA28 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 40 -
CMYK 0.39 0 0.78 0.27
HSL 89.59º 0.65% 0.44% -
HSV(B) 89.59º 0.78% 0.73% -
XYZ 24.88 38.85 8.19 -
YUV 147.83 67.15 103.87 -
System Red Green Blue C M Y K H S L
Decimal 114 186 40 0.39 0 0.78 0.27 89.59 0.65 0.44
Hex 72 BA 28 27 0 4E 1B 5A 41 2C
Octal 162 272 50 47 0 116 33 132 101 54
Binary 1110010 10111010 101000 100111 0 1001110 11011 1011010 1000001 101100

Color Harmonies of #72BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA28

Black with #72BA28

Text Example


Text Example

White with #72BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,40); }

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

background-color css

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

 a { background-color: rgb(114,186,40); }

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

border-color css

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

 span { border-color: rgb(114,186,40); }

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