Html Css Color HEX #7ACB01 Lima

📋 copy color: '#7ACB01'

red 122 ◦ green 203 ◦ blue 1

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

Shades of Lima #7ACB01

Tints of Lima #7ACB01

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.27%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 37.42%
G = 62.27%
B = 0.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#7ACB01 (or 0x7ACB01) is known color: Lima. HEX triplet: 7A, CB and 01. RGB value is (122,203,1). Sum of RGB (Red+Green+Blue) = 122+203+1=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACB01 is #8534FE. Grayscale: #9C9C9C. Windows color (decimal): -8729855 or 117626. OLE color: 117626.

HSL color Cylindrical-coordinate representation of color #7ACB01: hue angle of 84.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ACB01 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 203 1 -
CMYK 0.40 0 1.00 0.20
HSL 84.06º 0.99% 0.4% -
HSV(B) 84.06º 1% 0.8% -
XYZ 29.39 46.85 7.52 -
YUV 155.75 40.66 103.93 -
System Red Green Blue C M Y K H S L
Decimal 122 203 1 0.40 0 1.00 0.20 84.06 0.99 0.4
Hex 7A CB 1 28 0 64 14 54 63 28
Octal 172 313 1 50 0 144 24 124 143 50
Binary 1111010 11001011 1 101000 0 1100100 10100 1010100 1100011 101000

Color Harmonies of #7ACB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB01

Black with #7ACB01

Text Example


Text Example

White with #7ACB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,203,1); }

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

background-color css

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

 a { background-color: rgb(122,203,1); }

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

border-color css

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

 span { border-color: rgb(122,203,1); }

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