Html Css Color HEX #7AC303 Lima

📋 copy color: '#7AC303'

red 122 ◦ green 195 ◦ blue 3

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

Shades of Lima #7AC303

Tints of Lima #7AC303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 38.13%
G = 60.94%
B = 0.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#7AC303 (or 0x7AC303) is known color: Lima. HEX triplet: 7A, C3 and 03. RGB value is (122,195,3). Sum of RGB (Red+Green+Blue) = 122+195+3=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC303 is #853CFC. Grayscale: #979797. Windows color (decimal): -8731901 or 246650. OLE color: 246650.

HSL color Cylindrical-coordinate representation of color #7AC303: hue angle of 82.81º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AC303 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 195 3 -
CMYK 0.37 0 0.98 0.24
HSL 82.81º 0.97% 0.39% -
HSV(B) 82.81º 0.98% 0.76% -
XYZ 27.56 43.17 6.97 -
YUV 151.29 44.32 107.11 -
System Red Green Blue C M Y K H S L
Decimal 122 195 3 0.37 0 0.98 0.24 82.81 0.97 0.39
Hex 7A C3 3 25 0 62 18 53 61 27
Octal 172 303 3 45 0 142 30 123 141 47
Binary 1111010 11000011 11 100101 0 1100010 11000 1010011 1100001 100111

Color Harmonies of #7AC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC303

Black with #7AC303

Text Example


Text Example

White with #7AC303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,195,3); }

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

background-color css

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

 a { background-color: rgb(122,195,3); }

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

border-color css

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

 span { border-color: rgb(122,195,3); }

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