Html Css Color HEX #7FC121 Lima

📋 copy color: '#7FC121'

red 127 ◦ green 193 ◦ blue 33

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

Shades of Lima #7FC121

Tints of Lima #7FC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 35.98%
G = 54.67%
B = 9.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7FC121 (or 0x7FC121) is known color: Lima. HEX triplet: 7F, C1 and 21. RGB value is (127,193,33). Sum of RGB (Red+Green+Blue) = 127+193+33=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC121 is #803EDE. Grayscale: #9B9B9B. Windows color (decimal): -8404703 or 2212223. OLE color: 2212223.

HSL color Cylindrical-coordinate representation of color #7FC121: hue angle of 84.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FC121 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 193 33 -
CMYK 0.34 0 0.83 0.24
HSL 84.75º 0.71% 0.44% -
HSV(B) 84.75º 0.83% 0.76% -
XYZ 28.1 42.76 8.21 -
YUV 155.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 127 193 33 0.34 0 0.83 0.24 84.75 0.71 0.44
Hex 7F C1 21 22 0 53 18 55 47 2C
Octal 177 301 41 42 0 123 30 125 107 54
Binary 1111111 11000001 100001 100010 0 1010011 11000 1010101 1000111 101100

Color Harmonies of #7FC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC121

Black with #7FC121

Text Example


Text Example

White with #7FC121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,193,33); }

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

background-color css

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

 a { background-color: rgb(127,193,33); }

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

border-color css

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

 span { border-color: rgb(127,193,33); }

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