Html Css Color HEX #7ABD1D Lima

📋 copy color: '#7ABD1D'

red 122 ◦ green 189 ◦ blue 29

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

Shades of Lima #7ABD1D

Tints of Lima #7ABD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 35.88%
G = 55.59%
B = 8.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#7ABD1D (or 0x7ABD1D) is known color: Lima. HEX triplet: 7A, BD and 1D. RGB value is (122,189,29). Sum of RGB (Red+Green+Blue) = 122+189+29=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD1D is #8542E2. Grayscale: #979797. Windows color (decimal): -8733411 or 1949050. OLE color: 1949050.

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

Color convert

RGB 122 189 29 -
CMYK 0.35 0 0.85 0.26
HSL 85.13º 0.73% 0.43% -
HSV(B) 85.13º 0.85% 0.74% -
XYZ 26.45 40.62 7.61 -
YUV 150.73 59.3 107.51 -
System Red Green Blue C M Y K H S L
Decimal 122 189 29 0.35 0 0.85 0.26 85.13 0.73 0.43
Hex 7A BD 1D 23 0 55 1A 55 49 2B
Octal 172 275 35 43 0 125 32 125 111 53
Binary 1111010 10111101 11101 100011 0 1010101 11010 1010101 1001001 101011

Color Harmonies of #7ABD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD1D

Black with #7ABD1D

Text Example


Text Example

White with #7ABD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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