Html Css Color HEX #7CBC04 Lima

📋 copy color: '#7CBC04'

red 124 ◦ green 188 ◦ blue 4

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

Shades of Lima #7CBC04

Tints of Lima #7CBC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.49%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 39.24%
G = 59.49%
B = 1.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#7CBC04 (or 0x7CBC04) is known color: Lima. HEX triplet: 7C, BC and 04. RGB value is (124,188,4). Sum of RGB (Red+Green+Blue) = 124+188+4=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC04 is #8343FB. Grayscale: #949494. Windows color (decimal): -8602620 or 310396. OLE color: 310396.

HSL color Cylindrical-coordinate representation of color #7CBC04: hue angle of 80.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CBC04 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 4 -
CMYK 0.34 0 0.98 0.26
HSL 80.87º 0.96% 0.38% -
HSV(B) 80.87º 0.98% 0.74% -
XYZ 26.32 40.26 6.5 -
YUV 147.89 46.8 110.96 -
System Red Green Blue C M Y K H S L
Decimal 124 188 4 0.34 0 0.98 0.26 80.87 0.96 0.38
Hex 7C BC 4 22 0 62 1A 51 60 26
Octal 174 274 4 42 0 142 32 121 140 46
Binary 1111100 10111100 100 100010 0 1100010 11010 1010001 1100000 100110

Color Harmonies of #7CBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC04

Black with #7CBC04

Text Example


Text Example

White with #7CBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,4); }

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

background-color css

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

 a { background-color: rgb(124,188,4); }

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

border-color css

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

 span { border-color: rgb(124,188,4); }

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