#7ACD25

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

Shades of Lima #7ACD25

Tints of Lima #7ACD25

Color information

#7ACD25 (or 0x7ACD25) is unknown color: approx Lima. HEX triplet: 7A, CD and 25. RGB value is (122,205,37). Sum of RGB (Red+Green+Blue) = 122+205+37=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD25 is #8532DA. Grayscale: #A1A1A1. Windows color (decimal): -8729307 or 2477434. OLE color: 2477434.

HSL color Cylindrical-coordinate representation of color #7ACD25: hue angle of 89.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ACD25 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB12220537-
CMYK0.4000.820.20
HSL89.64º69.42%47.45%-
HSV(B)89.64º81.95%80.39%-
XYZ30.1947.939.41-
YUV161.0358100.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 205 (80.47% from 255) = 56.32%
BLUE value IS 37 (14.84% from 255) = 10.16%
R=33.52%
G=56.32%
B=10.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122205370.4000.820.2089.6469.4247.45
Hex7ACD2528052145a452f
Octal172315455001222413210557
Binary111101011001101100101101000010100101010010110101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,37); }

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

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

 a { background-color: rgb(122,205,37); }

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

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

 span { border-color: rgb(122,205,37); }

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