Html Css Color HEX #7FCD1F Lima

📋 copy color: '#7FCD1F'

red 127 ◦ green 205 ◦ blue 31

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

Shades of Lima #7FCD1F

Tints of Lima #7FCD1F

RGB

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

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

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

R = 34.99%
G = 56.47%
B = 8.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#7FCD1F (or 0x7FCD1F) is known color: Lima. HEX triplet: 7F, CD and 1F. RGB value is (127,205,31). Sum of RGB (Red+Green+Blue) = 127+205+31=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD1F is #8032E0. Grayscale: #A2A2A2. Windows color (decimal): -8401633 or 2084223. OLE color: 2084223.

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

Color convert

RGB 127 205 31 -
CMYK 0.38 0 0.85 0.20
HSL 86.9º 0.74% 0.46% -
HSV(B) 86.9º 0.85% 0.8% -
XYZ 30.83 48.27 8.99 -
YUV 161.84 54.16 103.15 -
System Red Green Blue C M Y K H S L
Decimal 127 205 31 0.38 0 0.85 0.20 86.9 0.74 0.46
Hex 7F CD 1F 26 0 55 14 57 4A 2E
Octal 177 315 37 46 0 125 24 127 112 56
Binary 1111111 11001101 11111 100110 0 1010101 10100 1010111 1001010 101110

Color Harmonies of #7FCD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD1F

Black with #7FCD1F

Text Example


Text Example

White with #7FCD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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