Html Css Color HEX #7FCC07 Lima

📋 copy color: '#7FCC07'

red 127 ◦ green 204 ◦ blue 7

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

Shades of Lima #7FCC07

Tints of Lima #7FCC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.36%

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

R = 37.57%
G = 60.36%
B = 2.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#7FCC07 (or 0x7FCC07) is known color: Lima. HEX triplet: 7F, CC and 07. RGB value is (127,204,7). Sum of RGB (Red+Green+Blue) = 127+204+7=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCC07 is #8033F8. Grayscale: #9F9F9F. Windows color (decimal): -8401913 or 511103. OLE color: 511103.

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

Color convert

RGB 127 204 7 -
CMYK 0.38 0 0.97 0.2
HSL 83.45º 0.93% 0.41% -
HSV(B) 83.45º 0.97% 0.8% -
XYZ 30.38 47.71 7.81 -
YUV 158.52 42.49 105.52 -
System Red Green Blue C M Y K H S L
Decimal 127 204 7 0.38 0 0.97 0.2 83.45 0.93 0.41
Hex 7F CC 7 26 0 61 14 53 5D 29
Octal 177 314 7 46 0 141 24 123 135 51
Binary 1111111 11001100 111 100110 0 1100001 10100 1010011 1011101 101001

Color Harmonies of #7FCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC07

Black with #7FCC07

Text Example


Text Example

White with #7FCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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