Html Css Color HEX #7FCD13 Lima

📋 copy color: '#7FCD13'

red 127 ◦ green 205 ◦ blue 19

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

Shades of Lima #7FCD13

Tints of Lima #7FCD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 36.18%
G = 58.4%
B = 5.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#7FCD13 (or 0x7FCD13) is known color: Lima. HEX triplet: 7F, CD and 13. RGB value is (127,205,19). Sum of RGB (Red+Green+Blue) = 127+205+19=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCD13 is #8032EC. Grayscale: #A1A1A1. Windows color (decimal): -8401645 or 1297791. OLE color: 1297791.

HSL color Cylindrical-coordinate representation of color #7FCD13: hue angle of 85.16º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FCD13 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 19 -
CMYK 0.38 0 0.91 0.20
HSL 85.16º 0.83% 0.44% -
HSV(B) 85.16º 0.91% 0.8% -
XYZ 30.7 48.22 8.31 -
YUV 160.47 48.16 104.12 -
System Red Green Blue C M Y K H S L
Decimal 127 205 19 0.38 0 0.91 0.20 85.16 0.83 0.44
Hex 7F CD 13 26 0 5B 14 55 53 2C
Octal 177 315 23 46 0 133 24 125 123 54
Binary 1111111 11001101 10011 100110 0 1011011 10100 1010101 1010011 101100

Color Harmonies of #7FCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD13

Black with #7FCD13

Text Example


Text Example

White with #7FCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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