Html Css Color HEX #7FC001 Lima

📋 copy color: '#7FC001'

red 127 ◦ green 192 ◦ blue 1

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

Shades of Lima #7FC001

Tints of Lima #7FC001

RGB

 RED value IS 127 (50% from 255) = 39.69%

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

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

R = 39.69%
G = 60%
B = 0.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#7FC001 (or 0x7FC001) is known color: Lima. HEX triplet: 7F, C0 and 01. RGB value is (127,192,1). Sum of RGB (Red+Green+Blue) = 127+192+1=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC001 is #803FFE. Grayscale: #979797. Windows color (decimal): -8404991 or 114815. OLE color: 114815.

HSL color Cylindrical-coordinate representation of color #7FC001: hue angle of 80.42º 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 #7FC001 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 1 -
CMYK 0.34 0 0.99 0.25
HSL 80.42º 0.99% 0.38% -
HSV(B) 80.42º 0.99% 0.75% -
XYZ 27.61 42.21 6.72 -
YUV 150.79 43.47 111.03 -
System Red Green Blue C M Y K H S L
Decimal 127 192 1 0.34 0 0.99 0.25 80.42 0.99 0.38
Hex 7F C0 1 22 0 63 19 50 63 26
Octal 177 300 1 42 0 143 31 120 143 46
Binary 1111111 11000000 1 100010 0 1100011 11001 1010000 1100011 100110

Color Harmonies of #7FC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC001

Black with #7FC001

Text Example


Text Example

White with #7FC001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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