Html Css Color HEX #7FB21B Lima

📋 copy color: '#7FB21B'

red 127 ◦ green 178 ◦ blue 27

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

Shades of Lima #7FB21B

Tints of Lima #7FB21B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.61%

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

R = 38.25%
G = 53.61%
B = 8.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#7FB21B (or 0x7FB21B) is known color: Lima. HEX triplet: 7F, B2 and 1B. RGB value is (127,178,27). Sum of RGB (Red+Green+Blue) = 127+178+27=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB21B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB21B is #804DE4. Grayscale: #929292. Windows color (decimal): -8408549 or 1815167. OLE color: 1815167.

HSL color Cylindrical-coordinate representation of color #7FB21B: hue angle of 80.26º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FB21B is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 178 27 -
CMYK 0.29 0 0.85 0.30
HSL 80.26º 0.74% 0.4% -
HSV(B) 80.26º 0.85% 0.7% -
XYZ 24.87 36.43 6.76 -
YUV 145.54 61.1 114.78 -
System Red Green Blue C M Y K H S L
Decimal 127 178 27 0.29 0 0.85 0.30 80.26 0.74 0.4
Hex 7F B2 1B 1D 0 55 1E 50 4A 28
Octal 177 262 33 35 0 125 36 120 112 50
Binary 1111111 10110010 11011 11101 0 1010101 11110 1010000 1001010 101000

Color Harmonies of #7FB21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB21B

Black with #7FB21B

Text Example


Text Example

White with #7FB21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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