Html Css Color HEX #7FCD04 Lima

📋 copy color: '#7FCD04'

red 127 ◦ green 205 ◦ blue 4

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

Shades of Lima #7FCD04

Tints of Lima #7FCD04

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.01%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 37.8%
G = 61.01%
B = 1.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#7FCD04 (or 0x7FCD04) is known color: Lima. HEX triplet: 7F, CD and 04. RGB value is (127,205,4). Sum of RGB (Red+Green+Blue) = 127+205+4=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCD04 is #8032FB. Grayscale: #9F9F9F. Windows color (decimal): -8401660 or 314751. OLE color: 314751.

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

Color convert

RGB 127 205 4 -
CMYK 0.38 0 0.98 0.20
HSL 83.28º 0.96% 0.41% -
HSV(B) 83.28º 0.98% 0.8% -
XYZ 30.61 48.18 7.8 -
YUV 158.76 40.66 105.34 -
System Red Green Blue C M Y K H S L
Decimal 127 205 4 0.38 0 0.98 0.20 83.28 0.96 0.41
Hex 7F CD 4 26 0 62 14 53 60 29
Octal 177 315 4 46 0 142 24 123 140 51
Binary 1111111 11001101 100 100110 0 1100010 10100 1010011 1100000 101001

Color Harmonies of #7FCD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD04

Black with #7FCD04

Text Example


Text Example

White with #7FCD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,205,4); }

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

background-color css

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

 a { background-color: rgb(127,205,4); }

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

border-color css

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

 span { border-color: rgb(127,205,4); }

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