Html Css Color HEX #7FCC1B Lima

📋 copy color: '#7FCC1B'

red 127 ◦ green 204 ◦ blue 27

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

Shades of Lima #7FCC1B

Tints of Lima #7FCC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.98%

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

R = 35.47%
G = 56.98%
B = 7.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#7FCC1B (or 0x7FCC1B) is known color: Lima. HEX triplet: 7F, CC and 1B. RGB value is (127,204,27). Sum of RGB (Red+Green+Blue) = 127+204+27=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC1B is #8033E4. Grayscale: #A1A1A1. Windows color (decimal): -8401893 or 1821823. OLE color: 1821823.

HSL color Cylindrical-coordinate representation of color #7FCC1B: hue angle of 86.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7FCC1B is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 27 -
CMYK 0.38 0 0.87 0.2
HSL 86.1º 0.77% 0.45% -
HSV(B) 86.1º 0.87% 0.8% -
XYZ 30.54 47.78 8.65 -
YUV 160.8 52.49 103.89 -
System Red Green Blue C M Y K H S L
Decimal 127 204 27 0.38 0 0.87 0.2 86.1 0.77 0.45
Hex 7F CC 1B 26 0 57 14 56 4D 2D
Octal 177 314 33 46 0 127 24 126 115 55
Binary 1111111 11001100 11011 100110 0 1010111 10100 1010110 1001101 101101

Color Harmonies of #7FCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC1B

Black with #7FCC1B

Text Example


Text Example

White with #7FCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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