Html Css Color HEX #7BD020 Lima

📋 copy color: '#7BD020'

red 123 ◦ green 208 ◦ blue 32

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

Shades of Lima #7BD020

Tints of Lima #7BD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.3%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 33.88%
G = 57.3%
B = 8.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#7BD020 (or 0x7BD020) is known color: Lima. HEX triplet: 7B, D0 and 20. RGB value is (123,208,32). Sum of RGB (Red+Green+Blue) = 123+208+32=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD020 is #842FDF. Grayscale: #A3A3A3. Windows color (decimal): -8663008 or 2150523. OLE color: 2150523.

HSL color Cylindrical-coordinate representation of color #7BD020: hue angle of 88.98º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BD020 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 123 208 32 -
CMYK 0.41 0 0.85 0.18
HSL 88.98º 0.73% 0.47% -
HSV(B) 88.98º 0.85% 0.82% -
XYZ 30.98 49.43 9.27 -
YUV 162.52 54.34 99.81 -
System Red Green Blue C M Y K H S L
Decimal 123 208 32 0.41 0 0.85 0.18 88.98 0.73 0.47
Hex 7B D0 20 29 0 55 12 59 49 2F
Octal 173 320 40 51 0 125 22 131 111 57
Binary 1111011 11010000 100000 101001 0 1010101 10010 1011001 1001001 101111

Color Harmonies of #7BD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD020

Black with #7BD020

Text Example


Text Example

White with #7BD020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,208,32); }

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

background-color css

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

 a { background-color: rgb(123,208,32); }

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

border-color css

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

 span { border-color: rgb(123,208,32); }

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