Html Css Color HEX #7FBF19 Lima

📋 copy color: '#7FBF19'

red 127 ◦ green 191 ◦ blue 25

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

Shades of Lima #7FBF19

Tints of Lima #7FBF19

RGB

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

 GREEN value IS 191 (75% from 255) = 55.69%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 37.03%
G = 55.69%
B = 7.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#7FBF19 (or 0x7FBF19) is known color: Lima. HEX triplet: 7F, BF and 19. RGB value is (127,191,25). Sum of RGB (Red+Green+Blue) = 127+191+25=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBF19 is #8040E6. Grayscale: #999999. Windows color (decimal): -8405223 or 1687423. OLE color: 1687423.

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

Color convert

RGB 127 191 25 -
CMYK 0.34 0 0.87 0.25
HSL 83.13º 0.77% 0.42% -
HSV(B) 83.13º 0.87% 0.75% -
XYZ 27.56 41.84 7.54 -
YUV 152.94 55.8 109.5 -
System Red Green Blue C M Y K H S L
Decimal 127 191 25 0.34 0 0.87 0.25 83.13 0.77 0.42
Hex 7F BF 19 22 0 57 19 53 4D 2A
Octal 177 277 31 42 0 127 31 123 115 52
Binary 1111111 10111111 11001 100010 0 1010111 11001 1010011 1001101 101010

Color Harmonies of #7FBF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF19

Black with #7FBF19

Text Example


Text Example

White with #7FBF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,191,25); }

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

background-color css

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

 a { background-color: rgb(127,191,25); }

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

border-color css

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

 span { border-color: rgb(127,191,25); }

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