Html Css Color HEX #7ABD11 Lima

📋 copy color: '#7ABD11'

red 122 ◦ green 189 ◦ blue 17

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

Shades of Lima #7ABD11

Tints of Lima #7ABD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.62%

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 37.2%
G = 57.62%
B = 5.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#7ABD11 (or 0x7ABD11) is known color: Lima. HEX triplet: 7A, BD and 11. RGB value is (122,189,17). Sum of RGB (Red+Green+Blue) = 122+189+17=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABD11 is #8542EE. Grayscale: #959595. Windows color (decimal): -8733423 or 1162618. OLE color: 1162618.

HSL color Cylindrical-coordinate representation of color #7ABD11: hue angle of 83.37º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ABD11 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 189 17 -
CMYK 0.35 0 0.91 0.26
HSL 83.37º 0.83% 0.4% -
HSV(B) 83.37º 0.91% 0.74% -
XYZ 26.32 40.57 6.97 -
YUV 149.36 53.3 108.49 -
System Red Green Blue C M Y K H S L
Decimal 122 189 17 0.35 0 0.91 0.26 83.37 0.83 0.4
Hex 7A BD 11 23 0 5B 1A 53 53 28
Octal 172 275 21 43 0 133 32 123 123 50
Binary 1111010 10111101 10001 100011 0 1011011 11010 1010011 1010011 101000

Color Harmonies of #7ABD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD11

Black with #7ABD11

Text Example


Text Example

White with #7ABD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,189,17); }

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

background-color css

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

 a { background-color: rgb(122,189,17); }

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

border-color css

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

 span { border-color: rgb(122,189,17); }

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