Html Css Color HEX #7ABC28 Lima

📋 copy color: '#7ABC28'

red 122 ◦ green 188 ◦ blue 40

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

Shades of Lima #7ABC28

Tints of Lima #7ABC28

RGB

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

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

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

R = 34.86%
G = 53.71%
B = 11.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#7ABC28 (or 0x7ABC28) is known color: Lima. HEX triplet: 7A, BC and 28. RGB value is (122,188,40). Sum of RGB (Red+Green+Blue) = 122+188+40=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC28 is #8543D7. Grayscale: #979797. Windows color (decimal): -8733656 or 2669690. OLE color: 2669690.

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

Color convert

RGB 122 188 40 -
CMYK 0.35 0 0.79 0.26
HSL 86.76º 0.65% 0.45% -
HSV(B) 86.76º 0.79% 0.74% -
XYZ 26.39 40.26 8.39 -
YUV 151.39 65.13 107.03 -
System Red Green Blue C M Y K H S L
Decimal 122 188 40 0.35 0 0.79 0.26 86.76 0.65 0.45
Hex 7A BC 28 23 0 4F 1A 57 41 2D
Octal 172 274 50 43 0 117 32 127 101 55
Binary 1111010 10111100 101000 100011 0 1001111 11010 1010111 1000001 101101

Color Harmonies of #7ABC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC28

Black with #7ABC28

Text Example


Text Example

White with #7ABC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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