Html Css Color HEX #7FCD12 Lima

📋 copy color: '#7FCD12'

red 127 ◦ green 205 ◦ blue 18

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

Shades of Lima #7FCD12

Tints of Lima #7FCD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 36.29%
G = 58.57%
B = 5.14%

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

#7FCD12 (or 0x7FCD12) is known color: Lima. HEX triplet: 7F, CD and 12. RGB value is (127,205,18). Sum of RGB (Red+Green+Blue) = 127+205+18=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCD12 is #8032ED. Grayscale: #A1A1A1. Windows color (decimal): -8401646 or 1232255. OLE color: 1232255.

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

Color convert

RGB 127 205 18 -
CMYK 0.38 0 0.91 0.20
HSL 85.03º 0.84% 0.44% -
HSV(B) 85.03º 0.91% 0.8% -
XYZ 30.69 48.22 8.26 -
YUV 160.36 47.66 104.21 -
System Red Green Blue C M Y K H S L
Decimal 127 205 18 0.38 0 0.91 0.20 85.03 0.84 0.44
Hex 7F CD 12 26 0 5B 14 55 54 2C
Octal 177 315 22 46 0 133 24 125 124 54
Binary 1111111 11001101 10010 100110 0 1011011 10100 1010101 1010100 101100

Color Harmonies of #7FCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD12

Black with #7FCD12

Text Example


Text Example

White with #7FCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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