Html Css Color HEX #7AC81E Lima

📋 copy color: '#7AC81E'

red 122 ◦ green 200 ◦ blue 30

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

Shades of Lima #7AC81E

Tints of Lima #7AC81E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.82%

 BLUE value IS 30 (12.11% from 255) = 8.52%

R = 34.66%
G = 56.82%
B = 8.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#7AC81E (or 0x7AC81E) is known color: Lima. HEX triplet: 7A, C8 and 1E. RGB value is (122,200,30). Sum of RGB (Red+Green+Blue) = 122+200+30=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC81E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC81E is #8537E1. Grayscale: #9D9D9D. Windows color (decimal): -8730594 or 2017402. OLE color: 2017402.

HSL color Cylindrical-coordinate representation of color #7AC81E: hue angle of 87.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AC81E is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 122 200 30 -
CMYK 0.39 0 0.85 0.22
HSL 87.53º 0.74% 0.45% -
HSV(B) 87.53º 0.85% 0.78% -
XYZ 28.91 45.54 8.49 -
YUV 157.3 56.16 102.82 -
System Red Green Blue C M Y K H S L
Decimal 122 200 30 0.39 0 0.85 0.22 87.53 0.74 0.45
Hex 7A C8 1E 27 0 55 16 58 4A 2D
Octal 172 310 36 47 0 125 26 130 112 55
Binary 1111010 11001000 11110 100111 0 1010101 10110 1011000 1001010 101101

Color Harmonies of #7AC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC81E

Black with #7AC81E

Text Example


Text Example

White with #7AC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,200,30); }

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

background-color css

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

 a { background-color: rgb(122,200,30); }

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

border-color css

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

 span { border-color: rgb(122,200,30); }

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