Html Css Color HEX #7ACC1D Lima

📋 copy color: '#7ACC1D'

red 122 ◦ green 204 ◦ blue 29

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

Shades of Lima #7ACC1D

Tints of Lima #7ACC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 34.37%
G = 57.46%
B = 8.17%

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

#7ACC1D (or 0x7ACC1D) is known color: Lima. HEX triplet: 7A, CC and 1D. RGB value is (122,204,29). Sum of RGB (Red+Green+Blue) = 122+204+29=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC1D is #8533E2. Grayscale: #A0A0A0. Windows color (decimal): -8729571 or 1952890. OLE color: 1952890.

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

Color convert

RGB 122 204 29 -
CMYK 0.40 0 0.86 0.2
HSL 88.11º 0.75% 0.46% -
HSV(B) 88.11º 0.86% 0.8% -
XYZ 29.84 47.41 8.74 -
YUV 159.53 54.33 101.23 -
System Red Green Blue C M Y K H S L
Decimal 122 204 29 0.40 0 0.86 0.2 88.11 0.75 0.46
Hex 7A CC 1D 28 0 56 14 58 4B 2E
Octal 172 314 35 50 0 126 24 130 113 56
Binary 1111010 11001100 11101 101000 0 1010110 10100 1011000 1001011 101110

Color Harmonies of #7ACC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC1D

Black with #7ACC1D

Text Example


Text Example

White with #7ACC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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