Html Css Color HEX #7FCD1C Lima

📋 copy color: '#7FCD1C'

red 127 ◦ green 205 ◦ blue 28

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

Shades of Lima #7FCD1C

Tints of Lima #7FCD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.94%

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 35.28%
G = 56.94%
B = 7.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#7FCD1C (or 0x7FCD1C) is known color: Lima. HEX triplet: 7F, CD and 1C. RGB value is (127,205,28). Sum of RGB (Red+Green+Blue) = 127+205+28=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD1C is #8032E3. Grayscale: #A2A2A2. Windows color (decimal): -8401636 or 1887615. OLE color: 1887615.

HSL color Cylindrical-coordinate representation of color #7FCD1C: hue angle of 86.44º degrees, saturation: 0.76, 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 #7FCD1C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 28 -
CMYK 0.38 0 0.86 0.20
HSL 86.44º 0.76% 0.46% -
HSV(B) 86.44º 0.86% 0.8% -
XYZ 30.79 48.26 8.79 -
YUV 161.5 52.66 103.39 -
System Red Green Blue C M Y K H S L
Decimal 127 205 28 0.38 0 0.86 0.20 86.44 0.76 0.46
Hex 7F CD 1C 26 0 56 14 56 4C 2E
Octal 177 315 34 46 0 126 24 126 114 56
Binary 1111111 11001101 11100 100110 0 1010110 10100 1010110 1001100 101110

Color Harmonies of #7FCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD1C

Black with #7FCD1C

Text Example


Text Example

White with #7FCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,205,28); }

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

background-color css

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

 a { background-color: rgb(127,205,28); }

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

border-color css

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

 span { border-color: rgb(127,205,28); }

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