Html Css Color HEX #7FC31A Lima

📋 copy color: '#7FC31A'

red 127 ◦ green 195 ◦ blue 26

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

Shades of Lima #7FC31A

Tints of Lima #7FC31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.03%

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

R = 36.49%
G = 56.03%
B = 7.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#7FC31A (or 0x7FC31A) is known color: Lima. HEX triplet: 7F, C3 and 1A. RGB value is (127,195,26). Sum of RGB (Red+Green+Blue) = 127+195+26=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC31A is #803CE5. Grayscale: #9C9C9C. Windows color (decimal): -8404198 or 1753983. OLE color: 1753983.

HSL color Cylindrical-coordinate representation of color #7FC31A: hue angle of 84.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7FC31A is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 195 26 -
CMYK 0.35 0 0.87 0.24
HSL 84.14º 0.76% 0.43% -
HSV(B) 84.14º 0.87% 0.76% -
XYZ 28.45 43.62 7.9 -
YUV 155.4 54.97 107.74 -
System Red Green Blue C M Y K H S L
Decimal 127 195 26 0.35 0 0.87 0.24 84.14 0.76 0.43
Hex 7F C3 1A 23 0 57 18 54 4C 2B
Octal 177 303 32 43 0 127 30 124 114 53
Binary 1111111 11000011 11010 100011 0 1010111 11000 1010100 1001100 101011

Color Harmonies of #7FC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC31A

Black with #7FC31A

Text Example


Text Example

White with #7FC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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