Html Css Color HEX #7FCA0E Lima

📋 copy color: '#7FCA0E'

red 127 ◦ green 202 ◦ blue 14

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

Shades of Lima #7FCA0E

Tints of Lima #7FCA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 37.03%
G = 58.89%
B = 4.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#7FCA0E (or 0x7FCA0E) is known color: Lima. HEX triplet: 7F, CA and 0E. RGB value is (127,202,14). Sum of RGB (Red+Green+Blue) = 127+202+14=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCA0E is #8035F1. Grayscale: #9E9E9E. Windows color (decimal): -8402418 or 969343. OLE color: 969343.

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

Color convert

RGB 127 202 14 -
CMYK 0.37 0 0.93 0.21
HSL 83.94º 0.87% 0.42% -
HSV(B) 83.94º 0.93% 0.79% -
XYZ 29.95 46.78 7.87 -
YUV 158.14 46.65 105.79 -
System Red Green Blue C M Y K H S L
Decimal 127 202 14 0.37 0 0.93 0.21 83.94 0.87 0.42
Hex 7F CA E 25 0 5D 15 54 57 2A
Octal 177 312 16 45 0 135 25 124 127 52
Binary 1111111 11001010 1110 100101 0 1011101 10101 1010100 1010111 101010

Color Harmonies of #7FCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA0E

Black with #7FCA0E

Text Example


Text Example

White with #7FCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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