Html Css Color HEX #7AC027 Lima

📋 copy color: '#7AC027'

red 122 ◦ green 192 ◦ blue 39

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

Shades of Lima #7AC027

Tints of Lima #7AC027

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.39%

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 34.56%
G = 54.39%
B = 11.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#7AC027 (or 0x7AC027) is known color: Lima. HEX triplet: 7A, C0 and 27. RGB value is (122,192,39). Sum of RGB (Red+Green+Blue) = 122+192+39=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC027 is #853FD8. Grayscale: #9A9A9A. Windows color (decimal): -8732633 or 2605178. OLE color: 2605178.

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

Color convert

RGB 122 192 39 -
CMYK 0.36 0 0.80 0.25
HSL 87.45º 0.66% 0.45% -
HSV(B) 87.45º 0.8% 0.75% -
XYZ 27.24 41.98 8.59 -
YUV 153.63 63.31 105.44 -
System Red Green Blue C M Y K H S L
Decimal 122 192 39 0.36 0 0.80 0.25 87.45 0.66 0.45
Hex 7A C0 27 24 0 50 19 57 42 2D
Octal 172 300 47 44 0 120 31 127 102 55
Binary 1111010 11000000 100111 100100 0 1010000 11001 1010111 1000010 101101

Color Harmonies of #7AC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC027

Black with #7AC027

Text Example


Text Example

White with #7AC027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,39); }

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

background-color css

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

 a { background-color: rgb(122,192,39); }

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

border-color css

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

 span { border-color: rgb(122,192,39); }

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