Html Css Color HEX #7FCB1F Lima

📋 copy color: '#7FCB1F'

red 127 ◦ green 203 ◦ blue 31

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

Shades of Lima #7FCB1F

Tints of Lima #7FCB1F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.23%

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

R = 35.18%
G = 56.23%
B = 8.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#7FCB1F (or 0x7FCB1F) is known color: Lima. HEX triplet: 7F, CB and 1F. RGB value is (127,203,31). Sum of RGB (Red+Green+Blue) = 127+203+31=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB1F is #8034E0. Grayscale: #A1A1A1. Windows color (decimal): -8402145 or 2083711. OLE color: 2083711.

HSL color Cylindrical-coordinate representation of color #7FCB1F: hue angle of 86.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FCB1F is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 203 31 -
CMYK 0.37 0 0.85 0.20
HSL 86.51º 0.74% 0.46% -
HSV(B) 86.51º 0.85% 0.8% -
XYZ 30.36 47.32 8.83 -
YUV 160.67 54.82 103.99 -
System Red Green Blue C M Y K H S L
Decimal 127 203 31 0.37 0 0.85 0.20 86.51 0.74 0.46
Hex 7F CB 1F 25 0 55 14 57 4A 2E
Octal 177 313 37 45 0 125 24 127 112 56
Binary 1111111 11001011 11111 100101 0 1010101 10100 1010111 1001010 101110

Color Harmonies of #7FCB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCB1F

Black with #7FCB1F

Text Example


Text Example

White with #7FCB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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