Html Css Color HEX #7AD31B Lima

📋 copy color: '#7AD31B'

red 122 ◦ green 211 ◦ blue 27

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

Shades of Lima #7AD31B

Tints of Lima #7AD31B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.61%

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

R = 33.89%
G = 58.61%
B = 7.5%

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

#7AD31B (or 0x7AD31B) is known color: Lima. HEX triplet: 7A, D3 and 1B. RGB value is (122,211,27). Sum of RGB (Red+Green+Blue) = 122+211+27=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD31B is #852CE4. Grayscale: #A4A4A4. Windows color (decimal): -8727781 or 1823610. OLE color: 1823610.

HSL color Cylindrical-coordinate representation of color #7AD31B: hue angle of 89.02º 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 #7AD31B is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 211 27 -
CMYK 0.42 0 0.87 0.17
HSL 89.02º 0.77% 0.47% -
HSV(B) 89.02º 0.87% 0.83% -
XYZ 31.52 50.81 9.18 -
YUV 163.41 51.01 98.46 -
System Red Green Blue C M Y K H S L
Decimal 122 211 27 0.42 0 0.87 0.17 89.02 0.77 0.47
Hex 7A D3 1B 2A 0 57 11 59 4D 2F
Octal 172 323 33 52 0 127 21 131 115 57
Binary 1111010 11010011 11011 101010 0 1010111 10001 1011001 1001101 101111

Color Harmonies of #7AD31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD31B

Black with #7AD31B

Text Example


Text Example

White with #7AD31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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