#72BB30

Color #72BB30 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #72BB30

Tints of Lima #72BB30

Color information

#72BB30 (or 0x72BB30) is unknown color: approx Lima. HEX triplet: 72, BB and 30. RGB value is (114,187,48). Sum of RGB (Red+Green+Blue) = 114+187+48=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BB30 is #8D44CF. Grayscale: #959595. Windows color (decimal): -9258192 or 3193714. OLE color: 3193714.

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

Color convert

RGB11418748-
CMYK0.3900.740.27
HSL91.51º59.15%46.08%-
HSV(B)91.51º74.33%73.33%-
XYZ25.2439.339.06-
YUV149.3370.82102.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 187 (73.44% from 255) = 53.58%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=32.66%
G=53.58%
B=13.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114187480.3900.740.2791.5159.1546.08
Hex72BB302704A1B5c3b2e
Octal16227360470112331347356
Binary11100101011101111000010011101001010110111011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,48); }

 H1.HeaderClassName
 {
   color: #72BB30;
 }
 .AnyTagClassName
 {
   color: #72BB30;
 }
</style>
background-color css

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

 a { background-color: rgb(114,187,48); }

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

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

 span { border-color: rgb(114,187,48); }

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