Html Css Color HEX #7ABF07 Lima

📋 copy color: '#7ABF07'

red 122 ◦ green 191 ◦ blue 7

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

Shades of Lima #7ABF07

Tints of Lima #7ABF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 38.13%
G = 59.69%
B = 2.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#7ABF07 (or 0x7ABF07) is known color: Lima. HEX triplet: 7A, BF and 07. RGB value is (122,191,7). Sum of RGB (Red+Green+Blue) = 122+191+7=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABF07 is #8540F8. Grayscale: #969696. Windows color (decimal): -8732921 or 507770. OLE color: 507770.

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

Color convert

RGB 122 191 7 -
CMYK 0.36 0 0.96 0.25
HSL 82.5º 0.93% 0.39% -
HSV(B) 82.5º 0.96% 0.75% -
XYZ 26.7 41.41 6.79 -
YUV 149.39 47.64 108.46 -
System Red Green Blue C M Y K H S L
Decimal 122 191 7 0.36 0 0.96 0.25 82.5 0.93 0.39
Hex 7A BF 7 24 0 60 19 52 5D 27
Octal 172 277 7 44 0 140 31 122 135 47
Binary 1111010 10111111 111 100100 0 1100000 11001 1010010 1011101 100111

Color Harmonies of #7ABF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF07

Black with #7ABF07

Text Example


Text Example

White with #7ABF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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