Html Css Color HEX #7FCA07 Lima

📋 copy color: '#7FCA07'

red 127 ◦ green 202 ◦ blue 7

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

Shades of Lima #7FCA07

Tints of Lima #7FCA07

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.12%

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

R = 37.8%
G = 60.12%
B = 2.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#7FCA07 (or 0x7FCA07) is known color: Lima. HEX triplet: 7F, CA and 07. RGB value is (127,202,7). Sum of RGB (Red+Green+Blue) = 127+202+7=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCA07 is #8035F8. Grayscale: #9E9E9E. Windows color (decimal): -8402425 or 510591. OLE color: 510591.

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

Color convert

RGB 127 202 7 -
CMYK 0.37 0 0.97 0.21
HSL 83.08º 0.93% 0.41% -
HSV(B) 83.08º 0.97% 0.79% -
XYZ 29.91 46.77 7.65 -
YUV 157.35 43.15 106.36 -
System Red Green Blue C M Y K H S L
Decimal 127 202 7 0.37 0 0.97 0.21 83.08 0.93 0.41
Hex 7F CA 7 25 0 61 15 53 5D 29
Octal 177 312 7 45 0 141 25 123 135 51
Binary 1111111 11001010 111 100101 0 1100001 10101 1010011 1011101 101001

Color Harmonies of #7FCA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA07

Black with #7FCA07

Text Example


Text Example

White with #7FCA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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