Html Css Color HEX #7ABF28 Lima

📋 copy color: '#7ABF28'

red 122 ◦ green 191 ◦ blue 40

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

Shades of Lima #7ABF28

Tints of Lima #7ABF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 34.56%
G = 54.11%
B = 11.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#7ABF28 (or 0x7ABF28) is known color: Lima. HEX triplet: 7A, BF and 28. RGB value is (122,191,40). Sum of RGB (Red+Green+Blue) = 122+191+40=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF28 is #8540D7. Grayscale: #999999. Windows color (decimal): -8732888 or 2670458. OLE color: 2670458.

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

Color convert

RGB 122 191 40 -
CMYK 0.36 0 0.79 0.25
HSL 87.42º 0.65% 0.45% -
HSV(B) 87.42º 0.79% 0.75% -
XYZ 27.04 41.55 8.6 -
YUV 153.16 64.14 105.78 -
System Red Green Blue C M Y K H S L
Decimal 122 191 40 0.36 0 0.79 0.25 87.42 0.65 0.45
Hex 7A BF 28 24 0 4F 19 57 41 2D
Octal 172 277 50 44 0 117 31 127 101 55
Binary 1111010 10111111 101000 100100 0 1001111 11001 1010111 1000001 101101

Color Harmonies of #7ABF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF28

Black with #7ABF28

Text Example


Text Example

White with #7ABF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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