Html Css Color HEX #7FC920 Lima

📋 copy color: '#7FC920'

red 127 ◦ green 201 ◦ blue 32

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

Shades of Lima #7FC920

Tints of Lima #7FC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.83%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 35.28%
G = 55.83%
B = 8.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#7FC920 (or 0x7FC920) is known color: Lima. HEX triplet: 7F, C9 and 20. RGB value is (127,201,32). Sum of RGB (Red+Green+Blue) = 127+201+32=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC920 is #8036DF. Grayscale: #A0A0A0. Windows color (decimal): -8402656 or 2148735. OLE color: 2148735.

HSL color Cylindrical-coordinate representation of color #7FC920: hue angle of 86.27º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FC920 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 201 32 -
CMYK 0.37 0 0.84 0.21
HSL 86.27º 0.73% 0.46% -
HSV(B) 86.27º 0.84% 0.79% -
XYZ 29.9 46.39 8.74 -
YUV 159.61 55.98 104.74 -
System Red Green Blue C M Y K H S L
Decimal 127 201 32 0.37 0 0.84 0.21 86.27 0.73 0.46
Hex 7F C9 20 25 0 54 15 56 49 2E
Octal 177 311 40 45 0 124 25 126 111 56
Binary 1111111 11001001 100000 100101 0 1010100 10101 1010110 1001001 101110

Color Harmonies of #7FC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC920

Black with #7FC920

Text Example


Text Example

White with #7FC920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,201,32); }

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

background-color css

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

 a { background-color: rgb(127,201,32); }

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

border-color css

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

 span { border-color: rgb(127,201,32); }

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