Html Css Color HEX #7ACE04 Lima

📋 copy color: '#7ACE04'

red 122 ◦ green 206 ◦ blue 4

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

Shades of Lima #7ACE04

Tints of Lima #7ACE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.05%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 36.75%
G = 62.05%
B = 1.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7ACE04 (or 0x7ACE04) is known color: Lima. HEX triplet: 7A, CE and 04. RGB value is (122,206,4). Sum of RGB (Red+Green+Blue) = 122+206+4=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACE04 is #8531FB. Grayscale: #9E9E9E. Windows color (decimal): -8729084 or 315002. OLE color: 315002.

HSL color Cylindrical-coordinate representation of color #7ACE04: hue angle of 84.95º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7ACE04 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 4 -
CMYK 0.41 0 0.98 0.19
HSL 84.95º 0.96% 0.41% -
HSV(B) 84.95º 0.98% 0.81% -
XYZ 30.12 48.29 7.85 -
YUV 157.86 41.17 102.43 -
System Red Green Blue C M Y K H S L
Decimal 122 206 4 0.41 0 0.98 0.19 84.95 0.96 0.41
Hex 7A CE 4 29 0 62 13 55 60 29
Octal 172 316 4 51 0 142 23 125 140 51
Binary 1111010 11001110 100 101001 0 1100010 10011 1010101 1100000 101001

Color Harmonies of #7ACE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE04

Black with #7ACE04

Text Example


Text Example

White with #7ACE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,206,4); }

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

background-color css

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

 a { background-color: rgb(122,206,4); }

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

border-color css

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

 span { border-color: rgb(122,206,4); }

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