Html Css Color HEX #7FC136 Lima

📋 copy color: '#7FC136'

red 127 ◦ green 193 ◦ blue 54

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

Shades of Lima #7FC136

Tints of Lima #7FC136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.44%

R = 33.96%
G = 51.6%
B = 14.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#7FC136 (or 0x7FC136) is known color: Lima. HEX triplet: 7F, C1 and 36. RGB value is (127,193,54). Sum of RGB (Red+Green+Blue) = 127+193+54=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC136 is #803EC9. Grayscale: #9D9D9D. Windows color (decimal): -8404682 or 3588479. OLE color: 3588479.

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

Color convert

RGB 127 193 54 -
CMYK 0.34 0 0.72 0.24
HSL 88.49º 0.56% 0.48% -
HSV(B) 88.49º 0.72% 0.76% -
XYZ 28.49 42.92 10.27 -
YUV 157.42 69.63 106.3 -
System Red Green Blue C M Y K H S L
Decimal 127 193 54 0.34 0 0.72 0.24 88.49 0.56 0.48
Hex 7F C1 36 22 0 48 18 58 38 30
Octal 177 301 66 42 0 110 30 130 70 60
Binary 1111111 11000001 110110 100010 0 1001000 11000 1011000 111000 110000

Color Harmonies of #7FC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC136

Black with #7FC136

Text Example


Text Example

White with #7FC136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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