Html Css Color HEX #7FC21F Lima

📋 copy color: '#7FC21F'

red 127 ◦ green 194 ◦ blue 31

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

Shades of Lima #7FC21F

Tints of Lima #7FC21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.11%

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 36.08%
G = 55.11%
B = 8.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#7FC21F (or 0x7FC21F) is known color: Lima. HEX triplet: 7F, C2 and 1F. RGB value is (127,194,31). Sum of RGB (Red+Green+Blue) = 127+194+31=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC21F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC21F is #803DE0. Grayscale: #9B9B9B. Windows color (decimal): -8404449 or 2081407. OLE color: 2081407.

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

Color convert

RGB 127 194 31 -
CMYK 0.35 0 0.84 0.24
HSL 84.66º 0.72% 0.44% -
HSV(B) 84.66º 0.84% 0.76% -
XYZ 28.29 43.19 8.14 -
YUV 155.39 57.8 107.75 -
System Red Green Blue C M Y K H S L
Decimal 127 194 31 0.35 0 0.84 0.24 84.66 0.72 0.44
Hex 7F C2 1F 23 0 54 18 55 48 2C
Octal 177 302 37 43 0 124 30 125 110 54
Binary 1111111 11000010 11111 100011 0 1010100 11000 1010101 1001000 101100

Color Harmonies of #7FC21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC21F

Black with #7FC21F

Text Example


Text Example

White with #7FC21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,194,31); }

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

background-color css

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

 a { background-color: rgb(127,194,31); }

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

border-color css

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

 span { border-color: rgb(127,194,31); }

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