#7ACE21

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

Shades of Lima #7ACE21

Tints of Lima #7ACE21

Color information

#7ACE21 (or 0x7ACE21) is unknown color: approx Lima. HEX triplet: 7A, CE and 21. RGB value is (122,206,33). Sum of RGB (Red+Green+Blue) = 122+206+33=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE21 is #8531DE. Grayscale: #A1A1A1. Windows color (decimal): -8729055 or 2215546. OLE color: 2215546.

HSL color Cylindrical-coordinate representation of color #7ACE21: hue angle of 89.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7ACE21 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB12220633-
CMYK0.4100.840.19
HSL89.13º72.38%46.86%-
HSV(B)89.13º83.98%80.78%-
XYZ30.3748.399.18-
YUV161.1655.67100.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 206 (80.86% from 255) = 57.06%
BLUE value IS 33 (13.28% from 255) = 9.14%
R=33.80%
G=57.06%
B=9.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122206330.4100.840.1989.1372.3846.86
Hex7ACE21290541359482f
Octal172316415101242313111057
Binary111101011001110100001101001010101001001110110011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACE21; }

 p { color: rgb(122,206,33); }

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

<style>
 a { background-color: #7ACE21; }

 a { background-color: rgb(122,206,33); }

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

<style>
 span { border-color: #7ACE21; }

 span { border-color: rgb(122,206,33); }

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