Html Css Color HEX #7CBC01 Lima

📋 copy color: '#7CBC01'

red 124 ◦ green 188 ◦ blue 1

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

Shades of Lima #7CBC01

Tints of Lima #7CBC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 39.62%
G = 60.06%
B = 0.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#7CBC01 (or 0x7CBC01) is known color: Lima. HEX triplet: 7C, BC and 01. RGB value is (124,188,1). Sum of RGB (Red+Green+Blue) = 124+188+1=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC01 is #8343FE. Grayscale: #949494. Windows color (decimal): -8602623 or 113788. OLE color: 113788.

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

Color convert

RGB 124 188 1 -
CMYK 0.34 0 0.99 0.26
HSL 80.53º 0.99% 0.37% -
HSV(B) 80.53º 0.99% 0.74% -
XYZ 26.3 40.25 6.41 -
YUV 147.55 45.3 111.21 -
System Red Green Blue C M Y K H S L
Decimal 124 188 1 0.34 0 0.99 0.26 80.53 0.99 0.37
Hex 7C BC 1 22 0 63 1A 51 63 25
Octal 174 274 1 42 0 143 32 121 143 45
Binary 1111100 10111100 1 100010 0 1100011 11010 1010001 1100011 100101

Color Harmonies of #7CBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC01

Black with #7CBC01

Text Example


Text Example

White with #7CBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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