Html Css Color HEX #7CC001 Lima

📋 copy color: '#7CC001'

red 124 ◦ green 192 ◦ blue 1

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

Shades of Lima #7CC001

Tints of Lima #7CC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.57%

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

R = 39.12%
G = 60.57%
B = 0.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#7CC001 (or 0x7CC001) is known color: Lima. HEX triplet: 7C, C0 and 01. RGB value is (124,192,1). Sum of RGB (Red+Green+Blue) = 124+192+1=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC001 is #833FFE. Grayscale: #969696. Windows color (decimal): -8601599 or 114812. OLE color: 114812.

HSL color Cylindrical-coordinate representation of color #7CC001: hue angle of 81.36º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CC001 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 1 -
CMYK 0.35 0 0.99 0.25
HSL 81.36º 0.99% 0.38% -
HSV(B) 81.36º 0.99% 0.75% -
XYZ 27.17 41.99 6.7 -
YUV 149.89 43.97 109.53 -
System Red Green Blue C M Y K H S L
Decimal 124 192 1 0.35 0 0.99 0.25 81.36 0.99 0.38
Hex 7C C0 1 23 0 63 19 51 63 26
Octal 174 300 1 43 0 143 31 121 143 46
Binary 1111100 11000000 1 100011 0 1100011 11001 1010001 1100011 100110

Color Harmonies of #7CC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC001

Black with #7CC001

Text Example


Text Example

White with #7CC001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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