Html Css Color HEX #7BAF30 Lima

📋 copy color: '#7BAF30'

red 123 ◦ green 175 ◦ blue 48

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

Shades of Lima #7BAF30

Tints of Lima #7BAF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.58%

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

R = 35.55%
G = 50.58%
B = 13.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#7BAF30 (or 0x7BAF30) is known color: Lima. HEX triplet: 7B, AF and 30. RGB value is (123,175,48). Sum of RGB (Red+Green+Blue) = 123+175+48=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF30 is #8450CF. Grayscale: #919191. Windows color (decimal): -8671440 or 3190651. OLE color: 3190651.

HSL color Cylindrical-coordinate representation of color #7BAF30: hue angle of 84.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BAF30 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 48 -
CMYK 0.30 0 0.73 0.31
HSL 84.57º 0.57% 0.44% -
HSV(B) 84.57º 0.73% 0.69% -
XYZ 24.03 35.08 8.3 -
YUV 144.97 73.27 112.33 -
System Red Green Blue C M Y K H S L
Decimal 123 175 48 0.30 0 0.73 0.31 84.57 0.57 0.44
Hex 7B AF 30 1E 0 49 1F 55 39 2C
Octal 173 257 60 36 0 111 37 125 71 54
Binary 1111011 10101111 110000 11110 0 1001001 11111 1010101 111001 101100

Color Harmonies of #7BAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF30

Black with #7BAF30

Text Example


Text Example

White with #7BAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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