Html Css Color HEX #7FCC1D Lima

📋 copy color: '#7FCC1D'

red 127 ◦ green 204 ◦ blue 29

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

Shades of Lima #7FCC1D

Tints of Lima #7FCC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.06%

R = 35.28%
G = 56.67%
B = 8.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#7FCC1D (or 0x7FCC1D) is known color: Lima. HEX triplet: 7F, CC and 1D. RGB value is (127,204,29). Sum of RGB (Red+Green+Blue) = 127+204+29=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC1D is #8033E2. Grayscale: #A1A1A1. Windows color (decimal): -8401891 or 1952895. OLE color: 1952895.

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

Color convert

RGB 127 204 29 -
CMYK 0.38 0 0.86 0.2
HSL 86.4º 0.75% 0.46% -
HSV(B) 86.4º 0.86% 0.8% -
XYZ 30.57 47.79 8.78 -
YUV 161.03 53.49 103.73 -
System Red Green Blue C M Y K H S L
Decimal 127 204 29 0.38 0 0.86 0.2 86.4 0.75 0.46
Hex 7F CC 1D 26 0 56 14 56 4B 2E
Octal 177 314 35 46 0 126 24 126 113 56
Binary 1111111 11001100 11101 100110 0 1010110 10100 1010110 1001011 101110

Color Harmonies of #7FCC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC1D

Black with #7FCC1D

Text Example


Text Example

White with #7FCC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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