Html Css Color HEX #7FBF1C Lima

📋 copy color: '#7FBF1C'

red 127 ◦ green 191 ◦ blue 28

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

Shades of Lima #7FBF1C

Tints of Lima #7FBF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 36.71%
G = 55.2%
B = 8.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#7FBF1C (or 0x7FBF1C) is known color: Lima. HEX triplet: 7F, BF and 1C. RGB value is (127,191,28). Sum of RGB (Red+Green+Blue) = 127+191+28=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF1C is #8040E3. Grayscale: #999999. Windows color (decimal): -8405220 or 1884031. OLE color: 1884031.

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

Color convert

RGB 127 191 28 -
CMYK 0.34 0 0.85 0.25
HSL 83.56º 0.74% 0.43% -
HSV(B) 83.56º 0.85% 0.75% -
XYZ 27.59 41.86 7.72 -
YUV 153.28 57.3 109.25 -
System Red Green Blue C M Y K H S L
Decimal 127 191 28 0.34 0 0.85 0.25 83.56 0.74 0.43
Hex 7F BF 1C 22 0 55 19 54 4A 2B
Octal 177 277 34 42 0 125 31 124 112 53
Binary 1111111 10111111 11100 100010 0 1010101 11001 1010100 1001010 101011

Color Harmonies of #7FBF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF1C

Black with #7FBF1C

Text Example


Text Example

White with #7FBF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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