Html Css Color HEX #7ABF1D Lima

📋 copy color: '#7ABF1D'

red 122 ◦ green 191 ◦ blue 29

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

Shades of Lima #7ABF1D

Tints of Lima #7ABF1D

RGB

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

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

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

R = 35.67%
G = 55.85%
B = 8.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#7ABF1D (or 0x7ABF1D) is known color: Lima. HEX triplet: 7A, BF and 1D. RGB value is (122,191,29). Sum of RGB (Red+Green+Blue) = 122+191+29=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF1D is #8540E2. Grayscale: #989898. Windows color (decimal): -8732899 or 1949562. OLE color: 1949562.

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

Color convert

RGB 122 191 29 -
CMYK 0.36 0 0.85 0.25
HSL 85.56º 0.74% 0.43% -
HSV(B) 85.56º 0.85% 0.75% -
XYZ 26.88 41.49 7.75 -
YUV 151.9 58.64 106.67 -
System Red Green Blue C M Y K H S L
Decimal 122 191 29 0.36 0 0.85 0.25 85.56 0.74 0.43
Hex 7A BF 1D 24 0 55 19 56 4A 2B
Octal 172 277 35 44 0 125 31 126 112 53
Binary 1111010 10111111 11101 100100 0 1010101 11001 1010110 1001010 101011

Color Harmonies of #7ABF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF1D

Black with #7ABF1D

Text Example


Text Example

White with #7ABF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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