Html Css Color HEX #7CC701 Lima

📋 copy color: '#7CC701'

red 124 ◦ green 199 ◦ blue 1

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

Shades of Lima #7CC701

Tints of Lima #7CC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.42%

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

R = 38.27%
G = 61.42%
B = 0.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#7CC701 (or 0x7CC701) is known color: Lima. HEX triplet: 7C, C7 and 01. RGB value is (124,199,1). Sum of RGB (Red+Green+Blue) = 124+199+1=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC701 is #8338FE. Grayscale: #9A9A9A. Windows color (decimal): -8599807 or 116604. OLE color: 116604.

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

Color convert

RGB 124 199 1 -
CMYK 0.38 0 0.99 0.22
HSL 82.73º 0.99% 0.39% -
HSV(B) 82.73º 0.99% 0.78% -
XYZ 28.74 45.13 7.23 -
YUV 154 41.65 106.6 -
System Red Green Blue C M Y K H S L
Decimal 124 199 1 0.38 0 0.99 0.22 82.73 0.99 0.39
Hex 7C C7 1 26 0 63 16 53 63 27
Octal 174 307 1 46 0 143 26 123 143 47
Binary 1111100 11000111 1 100110 0 1100011 10110 1010011 1100011 100111

Color Harmonies of #7CC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC701

Black with #7CC701

Text Example


Text Example

White with #7CC701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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