Html Css Color HEX #7AC30D Lima

📋 copy color: '#7AC30D'

red 122 ◦ green 195 ◦ blue 13

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

Shades of Lima #7AC30D

Tints of Lima #7AC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 36.97%
G = 59.09%
B = 3.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#7AC30D (or 0x7AC30D) is known color: Lima. HEX triplet: 7A, C3 and 0D. RGB value is (122,195,13). Sum of RGB (Red+Green+Blue) = 122+195+13=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC30D is #853CF2. Grayscale: #999999. Windows color (decimal): -8731891 or 902010. OLE color: 902010.

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

Color convert

RGB 122 195 13 -
CMYK 0.37 0 0.93 0.24
HSL 84.07º 0.88% 0.41% -
HSV(B) 84.07º 0.93% 0.76% -
XYZ 27.61 43.2 7.26 -
YUV 152.43 49.32 106.3 -
System Red Green Blue C M Y K H S L
Decimal 122 195 13 0.37 0 0.93 0.24 84.07 0.88 0.41
Hex 7A C3 D 25 0 5D 18 54 58 29
Octal 172 303 15 45 0 135 30 124 130 51
Binary 1111010 11000011 1101 100101 0 1011101 11000 1010100 1011000 101001

Color Harmonies of #7AC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC30D

Black with #7AC30D

Text Example


Text Example

White with #7AC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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