Html Css Color HEX #7ABD1B Lima

📋 copy color: '#7ABD1B'

red 122 ◦ green 189 ◦ blue 27

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

Shades of Lima #7ABD1B

Tints of Lima #7ABD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 36.09%
G = 55.92%
B = 7.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#7ABD1B (or 0x7ABD1B) is known color: Lima. HEX triplet: 7A, BD and 1B. RGB value is (122,189,27). Sum of RGB (Red+Green+Blue) = 122+189+27=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD1B is #8542E4. Grayscale: #979797. Windows color (decimal): -8733413 or 1817978. OLE color: 1817978.

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

Color convert

RGB 122 189 27 -
CMYK 0.35 0 0.86 0.26
HSL 84.81º 0.75% 0.42% -
HSV(B) 84.81º 0.86% 0.74% -
XYZ 26.42 40.61 7.48 -
YUV 150.5 58.3 107.67 -
System Red Green Blue C M Y K H S L
Decimal 122 189 27 0.35 0 0.86 0.26 84.81 0.75 0.42
Hex 7A BD 1B 23 0 56 1A 55 4B 2A
Octal 172 275 33 43 0 126 32 125 113 52
Binary 1111010 10111101 11011 100011 0 1010110 11010 1010101 1001011 101010

Color Harmonies of #7ABD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD1B

Black with #7ABD1B

Text Example


Text Example

White with #7ABD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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