Html Css Color HEX #7ABC1B Lima

📋 copy color: '#7ABC1B'

red 122 ◦ green 188 ◦ blue 27

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

Shades of Lima #7ABC1B

Tints of Lima #7ABC1B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.79%

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

R = 36.2%
G = 55.79%
B = 8.01%

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

#7ABC1B (or 0x7ABC1B) is known color: Lima. HEX triplet: 7A, BC and 1B. RGB value is (122,188,27). Sum of RGB (Red+Green+Blue) = 122+188+27=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC1B is #8543E4. Grayscale: #969696. Windows color (decimal): -8733669 or 1817722. OLE color: 1817722.

HSL color Cylindrical-coordinate representation of color #7ABC1B: hue angle of 84.6º 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 #7ABC1B is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 27 -
CMYK 0.35 0 0.86 0.26
HSL 84.6º 0.75% 0.42% -
HSV(B) 84.6º 0.86% 0.74% -
XYZ 26.21 40.18 7.41 -
YUV 149.91 58.63 108.09 -
System Red Green Blue C M Y K H S L
Decimal 122 188 27 0.35 0 0.86 0.26 84.6 0.75 0.42
Hex 7A BC 1B 23 0 56 1A 55 4B 2A
Octal 172 274 33 43 0 126 32 125 113 52
Binary 1111010 10111100 11011 100011 0 1010110 11010 1010101 1001011 101010

Color Harmonies of #7ABC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC1B

Black with #7ABC1B

Text Example


Text Example

White with #7ABC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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