Html Css Color HEX #7CB908 Lima

📋 copy color: '#7CB908'

red 124 ◦ green 185 ◦ blue 8

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

Shades of Lima #7CB908

Tints of Lima #7CB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.36%

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

R = 39.12%
G = 58.36%
B = 2.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#7CB908 (or 0x7CB908) is known color: Lima. HEX triplet: 7C, B9 and 08. RGB value is (124,185,8). Sum of RGB (Red+Green+Blue) = 124+185+8=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB908 is #8346F7. Grayscale: #939393. Windows color (decimal): -8603384 or 571772. OLE color: 571772.

HSL color Cylindrical-coordinate representation of color #7CB908: hue angle of 80.68º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CB908 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 8 -
CMYK 0.33 0 0.96 0.27
HSL 80.68º 0.92% 0.38% -
HSV(B) 80.68º 0.96% 0.73% -
XYZ 25.7 39 6.4 -
YUV 146.58 49.79 111.89 -
System Red Green Blue C M Y K H S L
Decimal 124 185 8 0.33 0 0.96 0.27 80.68 0.92 0.38
Hex 7C B9 8 21 0 60 1B 51 5C 26
Octal 174 271 10 41 0 140 33 121 134 46
Binary 1111100 10111001 1000 100001 0 1100000 11011 1010001 1011100 100110

Color Harmonies of #7CB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB908

Black with #7CB908

Text Example


Text Example

White with #7CB908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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