Html Css Color HEX #7FC321 Lima

📋 copy color: '#7FC321'

red 127 ◦ green 195 ◦ blue 33

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

Shades of Lima #7FC321

Tints of Lima #7FC321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.93%

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

R = 35.77%
G = 54.93%
B = 9.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7FC321 (or 0x7FC321) is known color: Lima. HEX triplet: 7F, C3 and 21. RGB value is (127,195,33). Sum of RGB (Red+Green+Blue) = 127+195+33=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC321 is #803CDE. Grayscale: #9C9C9C. Windows color (decimal): -8404191 or 2212735. OLE color: 2212735.

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

Color convert

RGB 127 195 33 -
CMYK 0.35 0 0.83 0.24
HSL 85.19º 0.71% 0.45% -
HSV(B) 85.19º 0.83% 0.76% -
XYZ 28.54 43.65 8.36 -
YUV 156.2 58.47 107.17 -
System Red Green Blue C M Y K H S L
Decimal 127 195 33 0.35 0 0.83 0.24 85.19 0.71 0.45
Hex 7F C3 21 23 0 53 18 55 47 2D
Octal 177 303 41 43 0 123 30 125 107 55
Binary 1111111 11000011 100001 100011 0 1010011 11000 1010101 1000111 101101

Color Harmonies of #7FC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC321

Black with #7FC321

Text Example


Text Example

White with #7FC321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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