Html Css Color HEX #7FCE07 Lima

📋 copy color: '#7FCE07'

red 127 ◦ green 206 ◦ blue 7

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

Shades of Lima #7FCE07

Tints of Lima #7FCE07

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.59%

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 37.35%
G = 60.59%
B = 2.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#7FCE07 (or 0x7FCE07) is known color: Lima. HEX triplet: 7F, CE and 07. RGB value is (127,206,7). Sum of RGB (Red+Green+Blue) = 127+206+7=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCE07 is #8031F8. Grayscale: #A0A0A0. Windows color (decimal): -8401401 or 511615. OLE color: 511615.

HSL color Cylindrical-coordinate representation of color #7FCE07: hue angle of 83.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FCE07 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 206 7 -
CMYK 0.38 0 0.97 0.19
HSL 83.82º 0.93% 0.42% -
HSV(B) 83.82º 0.97% 0.81% -
XYZ 30.86 48.67 7.97 -
YUV 159.69 41.83 104.68 -
System Red Green Blue C M Y K H S L
Decimal 127 206 7 0.38 0 0.97 0.19 83.82 0.93 0.42
Hex 7F CE 7 26 0 61 13 54 5D 2A
Octal 177 316 7 46 0 141 23 124 135 52
Binary 1111111 11001110 111 100110 0 1100001 10011 1010100 1011101 101010

Color Harmonies of #7FCE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCE07

Black with #7FCE07

Text Example


Text Example

White with #7FCE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,206,7); }

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

background-color css

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

 a { background-color: rgb(127,206,7); }

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

border-color css

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

 span { border-color: rgb(127,206,7); }

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