Html Css Color HEX #7AD41B Lima

📋 copy color: '#7AD41B'

red 122 ◦ green 212 ◦ blue 27

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

Shades of Lima #7AD41B

Tints of Lima #7AD41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.73%

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 33.8%
G = 58.73%
B = 7.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#7AD41B (or 0x7AD41B) is known color: Lima. HEX triplet: 7A, D4 and 1B. RGB value is (122,212,27). Sum of RGB (Red+Green+Blue) = 122+212+27=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD41B is #852BE4. Grayscale: #A4A4A4. Windows color (decimal): -8727525 or 1823866. OLE color: 1823866.

HSL color Cylindrical-coordinate representation of color #7AD41B: hue angle of 89.19º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AD41B is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 212 27 -
CMYK 0.42 0 0.87 0.17
HSL 89.19º 0.77% 0.47% -
HSV(B) 89.19º 0.87% 0.83% -
XYZ 31.77 51.3 9.27 -
YUV 164 50.68 98.04 -
System Red Green Blue C M Y K H S L
Decimal 122 212 27 0.42 0 0.87 0.17 89.19 0.77 0.47
Hex 7A D4 1B 2A 0 57 11 59 4D 2F
Octal 172 324 33 52 0 127 21 131 115 57
Binary 1111010 11010100 11011 101010 0 1010111 10001 1011001 1001101 101111

Color Harmonies of #7AD41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD41B

Black with #7AD41B

Text Example


Text Example

White with #7AD41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,212,27); }

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

background-color css

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

 a { background-color: rgb(122,212,27); }

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

border-color css

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

 span { border-color: rgb(122,212,27); }

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