#7AD023

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

Shades of Lima #7AD023

Tints of Lima #7AD023

Color information

#7AD023 (or 0x7AD023) is unknown color: approx Lima. HEX triplet: 7A, D0 and 23. RGB value is (122,208,35). Sum of RGB (Red+Green+Blue) = 122+208+35=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD023 is #852FDC. Grayscale: #A3A3A3. Windows color (decimal): -8728541 or 2347130. OLE color: 2347130.

HSL color Cylindrical-coordinate representation of color #7AD023: hue angle of 89.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AD023 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB12220835-
CMYK0.4100.830.18
HSL89.83º71.19%47.65%-
HSV(B)89.83º83.17%81.57%-
XYZ30.8949.379.49-
YUV162.5656.0199.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 208 (81.64% from 255) = 56.99%
BLUE value IS 35 (14.06% from 255) = 9.59%
R=33.42%
G=56.99%
B=9.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122208350.4100.830.1889.8371.1947.65
Hex7AD02329053125a4730
Octal172320435101232213210760
Binary111101011010000100011101001010100111001010110101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,208,35); }

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

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

 a { background-color: rgb(122,208,35); }

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

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

 span { border-color: rgb(122,208,35); }

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