Html Css Color HEX #7FCA03 Lima

📋 copy color: '#7FCA03'

red 127 ◦ green 202 ◦ blue 3

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

Shades of Lima #7FCA03

Tints of Lima #7FCA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 38.25%
G = 60.84%
B = 0.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#7FCA03 (or 0x7FCA03) is known color: Lima. HEX triplet: 7F, CA and 03. RGB value is (127,202,3). Sum of RGB (Red+Green+Blue) = 127+202+3=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCA03 is #8035FC. Grayscale: #9D9D9D. Windows color (decimal): -8402429 or 248447. OLE color: 248447.

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

Color convert

RGB 127 202 3 -
CMYK 0.37 0 0.99 0.21
HSL 82.61º 0.97% 0.4% -
HSV(B) 82.61º 0.99% 0.79% -
XYZ 29.89 46.76 7.54 -
YUV 156.89 41.15 106.68 -
System Red Green Blue C M Y K H S L
Decimal 127 202 3 0.37 0 0.99 0.21 82.61 0.97 0.4
Hex 7F CA 3 25 0 63 15 53 61 28
Octal 177 312 3 45 0 143 25 123 141 50
Binary 1111111 11001010 11 100101 0 1100011 10101 1010011 1100001 101000

Color Harmonies of #7FCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA03

Black with #7FCA03

Text Example


Text Example

White with #7FCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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