Html Css Color HEX #7FBD1B Lima

📋 copy color: '#7FBD1B'

red 127 ◦ green 189 ◦ blue 27

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

Shades of Lima #7FBD1B

Tints of Lima #7FBD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.1%

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 37.03%
G = 55.1%
B = 7.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#7FBD1B (or 0x7FBD1B) is known color: Lima. HEX triplet: 7F, BD and 1B. RGB value is (127,189,27). Sum of RGB (Red+Green+Blue) = 127+189+27=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD1B is #8042E4. Grayscale: #989898. Windows color (decimal): -8405733 or 1817983. OLE color: 1817983.

HSL color Cylindrical-coordinate representation of color #7FBD1B: hue angle of 82.96º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FBD1B is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 189 27 -
CMYK 0.33 0 0.86 0.26
HSL 82.96º 0.75% 0.42% -
HSV(B) 82.96º 0.86% 0.74% -
XYZ 27.15 40.99 7.52 -
YUV 151.99 57.46 110.17 -
System Red Green Blue C M Y K H S L
Decimal 127 189 27 0.33 0 0.86 0.26 82.96 0.75 0.42
Hex 7F BD 1B 21 0 56 1A 53 4B 2A
Octal 177 275 33 41 0 126 32 123 113 52
Binary 1111111 10111101 11011 100001 0 1010110 11010 1010011 1001011 101010

Color Harmonies of #7FBD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD1B

Black with #7FBD1B

Text Example


Text Example

White with #7FBD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,189,27); }

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

background-color css

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

 a { background-color: rgb(127,189,27); }

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

border-color css

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

 span { border-color: rgb(127,189,27); }

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