Html Css Color HEX #7BAD30 Lima

📋 copy color: '#7BAD30'

red 123 ◦ green 173 ◦ blue 48

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

Shades of Lima #7BAD30

Tints of Lima #7BAD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 35.76%
G = 50.29%
B = 13.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#7BAD30 (or 0x7BAD30) is known color: Lima. HEX triplet: 7B, AD and 30. RGB value is (123,173,48). Sum of RGB (Red+Green+Blue) = 123+173+48=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD30 is #8452CF. Grayscale: #909090. Windows color (decimal): -8671952 or 3190139. OLE color: 3190139.

HSL color Cylindrical-coordinate representation of color #7BAD30: hue angle of 84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BAD30 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 173 48 -
CMYK 0.29 0 0.72 0.32
HSL 84º 0.57% 0.43% -
HSV(B) 84º 0.72% 0.68% -
XYZ 23.65 34.31 8.17 -
YUV 143.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 123 173 48 0.29 0 0.72 0.32 84 0.57 0.43
Hex 7B AD 30 1D 0 48 20 54 39 2B
Octal 173 255 60 35 0 110 40 124 71 53
Binary 1111011 10101101 110000 11101 0 1001000 100000 1010100 111001 101011

Color Harmonies of #7BAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAD30

Black with #7BAD30

Text Example


Text Example

White with #7BAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,173,48); }

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

background-color css

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

 a { background-color: rgb(123,173,48); }

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

border-color css

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

 span { border-color: rgb(123,173,48); }

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