Html Css Color HEX #7ABF0D Lima

📋 copy color: '#7ABF0D'

red 122 ◦ green 191 ◦ blue 13

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

Shades of Lima #7ABF0D

Tints of Lima #7ABF0D

RGB

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

 GREEN value IS 191 (75% from 255) = 58.59%

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 37.42%
G = 58.59%
B = 3.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#7ABF0D (or 0x7ABF0D) is known color: Lima. HEX triplet: 7A, BF and 0D. RGB value is (122,191,13). Sum of RGB (Red+Green+Blue) = 122+191+13=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABF0D is #8540F2. Grayscale: #969696. Windows color (decimal): -8732915 or 900986. OLE color: 900986.

HSL color Cylindrical-coordinate representation of color #7ABF0D: hue angle of 83.26º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7ABF0D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 191 13 -
CMYK 0.36 0 0.93 0.25
HSL 83.26º 0.87% 0.4% -
HSV(B) 83.26º 0.93% 0.75% -
XYZ 26.73 41.43 6.97 -
YUV 150.08 50.64 107.97 -
System Red Green Blue C M Y K H S L
Decimal 122 191 13 0.36 0 0.93 0.25 83.26 0.87 0.4
Hex 7A BF D 24 0 5D 19 53 57 28
Octal 172 277 15 44 0 135 31 123 127 50
Binary 1111010 10111111 1101 100100 0 1011101 11001 1010011 1010111 101000

Color Harmonies of #7ABF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF0D

Black with #7ABF0D

Text Example


Text Example

White with #7ABF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,191,13); }

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

background-color css

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

 a { background-color: rgb(122,191,13); }

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

border-color css

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

 span { border-color: rgb(122,191,13); }

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