Html Css Color HEX #7FC02C Lima

📋 copy color: '#7FC02C'

red 127 ◦ green 192 ◦ blue 44

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

Shades of Lima #7FC02C

Tints of Lima #7FC02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 34.99%
G = 52.89%
B = 12.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#7FC02C (or 0x7FC02C) is known color: Lima. HEX triplet: 7F, C0 and 2C. RGB value is (127,192,44). Sum of RGB (Red+Green+Blue) = 127+192+44=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC02C is #803FD3. Grayscale: #9C9C9C. Windows color (decimal): -8404948 or 2932863. OLE color: 2932863.

HSL color Cylindrical-coordinate representation of color #7FC02C: hue angle of 86.35º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FC02C is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 44 -
CMYK 0.34 0 0.77 0.25
HSL 86.35º 0.63% 0.46% -
HSV(B) 86.35º 0.77% 0.75% -
XYZ 28.06 42.39 9.09 -
YUV 155.69 64.97 107.53 -
System Red Green Blue C M Y K H S L
Decimal 127 192 44 0.34 0 0.77 0.25 86.35 0.63 0.46
Hex 7F C0 2C 22 0 4D 19 56 3F 2E
Octal 177 300 54 42 0 115 31 126 77 56
Binary 1111111 11000000 101100 100010 0 1001101 11001 1010110 111111 101110

Color Harmonies of #7FC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC02C

Black with #7FC02C

Text Example


Text Example

White with #7FC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,44); }

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

background-color css

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

 a { background-color: rgb(127,192,44); }

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

border-color css

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

 span { border-color: rgb(127,192,44); }

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