Html Css Color HEX #7ACC1C Lima

📋 copy color: '#7ACC1C'

red 122 ◦ green 204 ◦ blue 28

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

Shades of Lima #7ACC1C

Tints of Lima #7ACC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.63%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 34.46%
G = 57.63%
B = 7.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#7ACC1C (or 0x7ACC1C) is known color: Lima. HEX triplet: 7A, CC and 1C. RGB value is (122,204,28). Sum of RGB (Red+Green+Blue) = 122+204+28=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC1C is #8533E3. Grayscale: #A0A0A0. Windows color (decimal): -8729572 or 1887354. OLE color: 1887354.

HSL color Cylindrical-coordinate representation of color #7ACC1C: hue angle of 87.95º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ACC1C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 28 -
CMYK 0.40 0 0.86 0.2
HSL 87.95º 0.76% 0.45% -
HSV(B) 87.95º 0.86% 0.8% -
XYZ 29.83 47.41 8.68 -
YUV 159.42 53.83 101.31 -
System Red Green Blue C M Y K H S L
Decimal 122 204 28 0.40 0 0.86 0.2 87.95 0.76 0.45
Hex 7A CC 1C 28 0 56 14 58 4C 2D
Octal 172 314 34 50 0 126 24 130 114 55
Binary 1111010 11001100 11100 101000 0 1010110 10100 1011000 1001100 101101

Color Harmonies of #7ACC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC1C

Black with #7ACC1C

Text Example


Text Example

White with #7ACC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,204,28); }

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

background-color css

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

 a { background-color: rgb(122,204,28); }

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

border-color css

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

 span { border-color: rgb(122,204,28); }

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