Html Css Color HEX #7BD516 Lima

📋 copy color: '#7BD516'

red 123 ◦ green 213 ◦ blue 22

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

Shades of Lima #7BD516

Tints of Lima #7BD516

RGB

 RED value IS 123 (48.44% from 255) = 34.36%

 GREEN value IS 213 (83.59% from 255) = 59.5%

 BLUE value IS 22 (8.98% from 255) = 6.15%

R = 34.36%
G = 59.5%
B = 6.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#7BD516 (or 0x7BD516) is known color: Lima. HEX triplet: 7B, D5 and 16. RGB value is (123,213,22). Sum of RGB (Red+Green+Blue) = 123+213+22=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BD516 is #842AE9. Grayscale: #A4A4A4. Windows color (decimal): -8661738 or 1496443. OLE color: 1496443.

HSL color Cylindrical-coordinate representation of color #7BD516: hue angle of 88.27º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BD516 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 213 22 -
CMYK 0.42 0 0.90 0.16
HSL 88.27º 0.81% 0.46% -
HSV(B) 88.27º 0.9% 0.84% -
XYZ 32.11 51.86 9.08 -
YUV 164.32 47.68 98.53 -
System Red Green Blue C M Y K H S L
Decimal 123 213 22 0.42 0 0.90 0.16 88.27 0.81 0.46
Hex 7B D5 16 2A 0 5A 10 58 51 2E
Octal 173 325 26 52 0 132 20 130 121 56
Binary 1111011 11010101 10110 101010 0 1011010 10000 1011000 1010001 101110

Color Harmonies of #7BD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD516

Black with #7BD516

Text Example


Text Example

White with #7BD516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,213,22); }

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

background-color css

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

 a { background-color: rgb(123,213,22); }

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

border-color css

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

 span { border-color: rgb(123,213,22); }

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