#72BF26

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

Shades of Lima #72BF26

Tints of Lima #72BF26

Color information

#72BF26 (or 0x72BF26) is unknown color: approx Lima. HEX triplet: 72, BF and 26. RGB value is (114,191,38). Sum of RGB (Red+Green+Blue) = 114+191+38=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BF26 is #8D40D9. Grayscale: #979797. Windows color (decimal): -9257178 or 2539378. OLE color: 2539378.

HSL color Cylindrical-coordinate representation of color #72BF26: hue angle of 90.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72BF26 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB11419138-
CMYK0.4000.800.25
HSL90.2º66.81%44.9%-
HSV(B)90.2º80.1%74.9%-
XYZ25.9240.988.38-
YUV150.5364.49101.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=33.24%
G=55.69%
B=11.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191380.4000.800.2590.266.8144.9
Hex72BF2628050195a432d
Octal162277465001203113210355
Binary111001010111111100110101000010100001100110110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,38); }

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

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

 a { background-color: rgb(114,191,38); }

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

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

 span { border-color: rgb(114,191,38); }

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