#72CC23

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

Shades of Lima #72CC23

Tints of Lima #72CC23

Color information

#72CC23 (or 0x72CC23) is unknown color: approx Lima. HEX triplet: 72, CC and 23. RGB value is (114,204,35). Sum of RGB (Red+Green+Blue) = 114+204+35=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CC23 is #8D33DC. Grayscale: #9E9E9E. Windows color (decimal): -9253853 or 2346098. OLE color: 2346098.

HSL color Cylindrical-coordinate representation of color #72CC23: hue angle of 91.95º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72CC23 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB11420435-
CMYK0.4400.830.2
HSL91.95º70.71%46.86%-
HSV(B)91.95º82.84%80%-
XYZ28.8446.889.12-
YUV157.8258.6896.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 204 (80.08% from 255) = 57.79%
BLUE value IS 35 (14.06% from 255) = 9.92%
R=32.29%
G=57.79%
B=9.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114204350.4400.830.291.9570.7146.86
Hex72CC232C053145c472f
Octal162314435401232413410757
Binary111001011001100100011101100010100111010010111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,204,35); }

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

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

 a { background-color: rgb(114,204,35); }

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

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

 span { border-color: rgb(114,204,35); }

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