Html Css Color HEX #7CB308 Lima

📋 copy color: '#7CB308'

red 124 ◦ green 179 ◦ blue 8

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

Shades of Lima #7CB308

Tints of Lima #7CB308

RGB

 RED value IS 124 (48.83% from 255) = 39.87%

 GREEN value IS 179 (70.31% from 255) = 57.56%

 BLUE value IS 8 (3.52% from 255) = 2.57%

R = 39.87%
G = 57.56%
B = 2.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#7CB308 (or 0x7CB308) is known color: Lima. HEX triplet: 7C, B3 and 08. RGB value is (124,179,8). Sum of RGB (Red+Green+Blue) = 124+179+8=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB308 is #834CF7. Grayscale: #8F8F8F. Windows color (decimal): -8604920 or 570236. OLE color: 570236.

HSL color Cylindrical-coordinate representation of color #7CB308: hue angle of 79.3º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CB308 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 8 -
CMYK 0.31 0 0.96 0.30
HSL 79.3º 0.91% 0.37% -
HSV(B) 79.3º 0.96% 0.7% -
XYZ 24.48 36.54 5.99 -
YUV 143.06 51.78 114.4 -
System Red Green Blue C M Y K H S L
Decimal 124 179 8 0.31 0 0.96 0.30 79.3 0.91 0.37
Hex 7C B3 8 1F 0 60 1E 4F 5B 25
Octal 174 263 10 37 0 140 36 117 133 45
Binary 1111100 10110011 1000 11111 0 1100000 11110 1001111 1011011 100101

Color Harmonies of #7CB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB308

Black with #7CB308

Text Example


Text Example

White with #7CB308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,8); }

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

background-color css

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

 a { background-color: rgb(124,179,8); }

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

border-color css

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

 span { border-color: rgb(124,179,8); }

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