Html Css Color HEX #7CB208 Lima

📋 copy color: '#7CB208'

red 124 ◦ green 178 ◦ blue 8

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

Shades of Lima #7CB208

Tints of Lima #7CB208

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.42%

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

R = 40%
G = 57.42%
B = 2.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#7CB208 (or 0x7CB208) is known color: Lima. HEX triplet: 7C, B2 and 08. RGB value is (124,178,8). Sum of RGB (Red+Green+Blue) = 124+178+8=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB208 is #834DF7. Grayscale: #8F8F8F. Windows color (decimal): -8605176 or 569980. OLE color: 569980.

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

Color convert

RGB 124 178 8 -
CMYK 0.30 0 0.96 0.30
HSL 79.06º 0.91% 0.36% -
HSV(B) 79.06º 0.96% 0.7% -
XYZ 24.28 36.14 5.93 -
YUV 142.47 52.11 114.82 -
System Red Green Blue C M Y K H S L
Decimal 124 178 8 0.30 0 0.96 0.30 79.06 0.91 0.36
Hex 7C B2 8 1E 0 60 1E 4F 5B 24
Octal 174 262 10 36 0 140 36 117 133 44
Binary 1111100 10110010 1000 11110 0 1100000 11110 1001111 1011011 100100

Color Harmonies of #7CB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB208

Black with #7CB208

Text Example


Text Example

White with #7CB208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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