Html Css Color HEX #7FC128 Lima

📋 copy color: '#7FC128'

red 127 ◦ green 193 ◦ blue 40

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

Shades of Lima #7FC128

Tints of Lima #7FC128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 35.28%
G = 53.61%
B = 11.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#7FC128 (or 0x7FC128) is known color: Lima. HEX triplet: 7F, C1 and 28. RGB value is (127,193,40). Sum of RGB (Red+Green+Blue) = 127+193+40=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC128 is #803ED7. Grayscale: #9C9C9C. Windows color (decimal): -8404696 or 2670975. OLE color: 2670975.

HSL color Cylindrical-coordinate representation of color #7FC128: hue angle of 85.88º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FC128 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 193 40 -
CMYK 0.34 0 0.79 0.24
HSL 85.88º 0.66% 0.46% -
HSV(B) 85.88º 0.79% 0.76% -
XYZ 28.21 42.81 8.78 -
YUV 155.82 62.63 107.44 -
System Red Green Blue C M Y K H S L
Decimal 127 193 40 0.34 0 0.79 0.24 85.88 0.66 0.46
Hex 7F C1 28 22 0 4F 18 56 42 2E
Octal 177 301 50 42 0 117 30 126 102 56
Binary 1111111 11000001 101000 100010 0 1001111 11000 1010110 1000010 101110

Color Harmonies of #7FC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC128

Black with #7FC128

Text Example


Text Example

White with #7FC128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,193,40); }

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

background-color css

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

 a { background-color: rgb(127,193,40); }

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

border-color css

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

 span { border-color: rgb(127,193,40); }

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