Html Css Color HEX #7ABC25 Lima

📋 copy color: '#7ABC25'

red 122 ◦ green 188 ◦ blue 37

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

Shades of Lima #7ABC25

Tints of Lima #7ABC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.66%

R = 35.16%
G = 54.18%
B = 10.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#7ABC25 (or 0x7ABC25) is known color: Lima. HEX triplet: 7A, BC and 25. RGB value is (122,188,37). Sum of RGB (Red+Green+Blue) = 122+188+37=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC25 is #8543DA. Grayscale: #979797. Windows color (decimal): -8733659 or 2473082. OLE color: 2473082.

HSL color Cylindrical-coordinate representation of color #7ABC25: hue angle of 86.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ABC25 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 37 -
CMYK 0.35 0 0.80 0.26
HSL 86.23º 0.67% 0.44% -
HSV(B) 86.23º 0.8% 0.74% -
XYZ 26.34 40.24 8.13 -
YUV 151.05 63.63 107.28 -
System Red Green Blue C M Y K H S L
Decimal 122 188 37 0.35 0 0.80 0.26 86.23 0.67 0.44
Hex 7A BC 25 23 0 50 1A 56 43 2C
Octal 172 274 45 43 0 120 32 126 103 54
Binary 1111010 10111100 100101 100011 0 1010000 11010 1010110 1000011 101100

Color Harmonies of #7ABC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC25

Black with #7ABC25

Text Example


Text Example

White with #7ABC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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