#72CA1B

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

Shades of Lima #72CA1B

Tints of Lima #72CA1B

Color information

#72CA1B (or 0x72CA1B) is unknown color: approx Lima. HEX triplet: 72, CA and 1B. RGB value is (114,202,27). Sum of RGB (Red+Green+Blue) = 114+202+27=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CA1B is #8D35E4. Grayscale: #9C9C9C. Windows color (decimal): -9254373 or 1821298. OLE color: 1821298.

HSL color Cylindrical-coordinate representation of color #72CA1B: hue angle of 90.17º degrees, saturation: 0.76, 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 #72CA1B is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB11420227-
CMYK0.4400.870.21
HSL90.17º76.42%44.9%-
HSV(B)90.17º86.63%79.22%-
XYZ28.2645.98.41-
YUV155.7455.3598.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 202 (79.30% from 255) = 58.89%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=33.24%
G=58.89%
B=7.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114202270.4400.870.2190.1776.4244.9
Hex72CA1B2C057155a4c2d
Octal162312335401272513211455
Binary11100101100101011011101100010101111010110110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,202,27); }

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

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

 a { background-color: rgb(114,202,27); }

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

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

 span { border-color: rgb(114,202,27); }

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