Html Css Color HEX #7CBC03 Lima

📋 copy color: '#7CBC03'

red 124 ◦ green 188 ◦ blue 3

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

Shades of Lima #7CBC03

Tints of Lima #7CBC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 39.37%
G = 59.68%
B = 0.95%

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

#7CBC03 (or 0x7CBC03) is known color: Lima. HEX triplet: 7C, BC and 03. RGB value is (124,188,3). Sum of RGB (Red+Green+Blue) = 124+188+3=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC03 is #8343FC. Grayscale: #949494. Windows color (decimal): -8602621 or 244860. OLE color: 244860.

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

Color convert

RGB 124 188 3 -
CMYK 0.34 0 0.98 0.26
HSL 80.76º 0.97% 0.37% -
HSV(B) 80.76º 0.98% 0.74% -
XYZ 26.31 40.26 6.47 -
YUV 147.77 46.3 111.04 -
System Red Green Blue C M Y K H S L
Decimal 124 188 3 0.34 0 0.98 0.26 80.76 0.97 0.37
Hex 7C BC 3 22 0 62 1A 51 61 25
Octal 174 274 3 42 0 142 32 121 141 45
Binary 1111100 10111100 11 100010 0 1100010 11010 1010001 1100001 100101

Color Harmonies of #7CBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC03

Black with #7CBC03

Text Example


Text Example

White with #7CBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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