Html Css Color HEX #7FCD1D Lima

📋 copy color: '#7FCD1D'

red 127 ◦ green 205 ◦ blue 29

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

Shades of Lima #7FCD1D

Tints of Lima #7FCD1D

RGB

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

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

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

R = 35.18%
G = 56.79%
B = 8.03%

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

#7FCD1D (or 0x7FCD1D) is known color: Lima. HEX triplet: 7F, CD and 1D. RGB value is (127,205,29). Sum of RGB (Red+Green+Blue) = 127+205+29=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD1D is #8032E2. Grayscale: #A2A2A2. Windows color (decimal): -8401635 or 1953151. OLE color: 1953151.

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

Color convert

RGB 127 205 29 -
CMYK 0.38 0 0.86 0.20
HSL 86.59º 0.75% 0.46% -
HSV(B) 86.59º 0.86% 0.8% -
XYZ 30.81 48.26 8.85 -
YUV 161.61 53.16 103.31 -
System Red Green Blue C M Y K H S L
Decimal 127 205 29 0.38 0 0.86 0.20 86.59 0.75 0.46
Hex 7F CD 1D 26 0 56 14 57 4B 2E
Octal 177 315 35 46 0 126 24 127 113 56
Binary 1111111 11001101 11101 100110 0 1010110 10100 1010111 1001011 101110

Color Harmonies of #7FCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD1D

Black with #7FCD1D

Text Example


Text Example

White with #7FCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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