Html Css Color HEX #7ACD0F Lima

📋 copy color: '#7ACD0F'

red 122 ◦ green 205 ◦ blue 15

#7ACD0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7ACD0F

Tints of Lima #7ACD0F

RGB

 RED value IS 122 (48.05% from 255) = 35.67%

 GREEN value IS 205 (80.47% from 255) = 59.94%

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 35.67%
G = 59.94%
B = 4.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#7ACD0F (or 0x7ACD0F) is known color: Lima. HEX triplet: 7A, CD and 0F. RGB value is (122,205,15). Sum of RGB (Red+Green+Blue) = 122+205+15=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACD0F is #8532F0. Grayscale: #9F9F9F. Windows color (decimal): -8729329 or 1035642. OLE color: 1035642.

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

Color convert

RGB 122 205 15 -
CMYK 0.40 0 0.93 0.20
HSL 86.21º 0.86% 0.43% -
HSV(B) 86.21º 0.93% 0.8% -
XYZ 29.94 47.83 8.11 -
YUV 158.52 47 101.95 -
System Red Green Blue C M Y K H S L
Decimal 122 205 15 0.40 0 0.93 0.20 86.21 0.86 0.43
Hex 7A CD F 28 0 5D 14 56 56 2B
Octal 172 315 17 50 0 135 24 126 126 53
Binary 1111010 11001101 1111 101000 0 1011101 10100 1010110 1010110 101011

Color Harmonies of #7ACD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACD0F

Black with #7ACD0F

Text Example


Text Example

White with #7ACD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ACD0F;
 }
 .AnyTagClassName
 {
   color: #7ACD0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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