Html Css Color HEX #7FC01A Lima

📋 copy color: '#7FC01A'

red 127 ◦ green 192 ◦ blue 26

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

Shades of Lima #7FC01A

Tints of Lima #7FC01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 36.81%
G = 55.65%
B = 7.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#7FC01A (or 0x7FC01A) is known color: Lima. HEX triplet: 7F, C0 and 1A. RGB value is (127,192,26). Sum of RGB (Red+Green+Blue) = 127+192+26=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC01A is #803FE5. Grayscale: #9A9A9A. Windows color (decimal): -8404966 or 1753215. OLE color: 1753215.

HSL color Cylindrical-coordinate representation of color #7FC01A: hue angle of 83.49º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FC01A is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 26 -
CMYK 0.34 0 0.86 0.25
HSL 83.49º 0.76% 0.43% -
HSV(B) 83.49º 0.86% 0.75% -
XYZ 27.79 42.29 7.67 -
YUV 153.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 127 192 26 0.34 0 0.86 0.25 83.49 0.76 0.43
Hex 7F C0 1A 22 0 56 19 53 4C 2B
Octal 177 300 32 42 0 126 31 123 114 53
Binary 1111111 11000000 11010 100010 0 1010110 11001 1010011 1001100 101011

Color Harmonies of #7FC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC01A

Black with #7FC01A

Text Example


Text Example

White with #7FC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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