Html Css Color HEX #7FC327 Lima

📋 copy color: '#7FC327'

red 127 ◦ green 195 ◦ blue 39

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

Shades of Lima #7FC327

Tints of Lima #7FC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 35.18%
G = 54.02%
B = 10.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#7FC327 (or 0x7FC327) is known color: Lima. HEX triplet: 7F, C3 and 27. RGB value is (127,195,39). Sum of RGB (Red+Green+Blue) = 127+195+39=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC327 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC327 is #803CD8. Grayscale: #9D9D9D. Windows color (decimal): -8404185 or 2605951. OLE color: 2605951.

HSL color Cylindrical-coordinate representation of color #7FC327: hue angle of 86.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FC327 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 195 39 -
CMYK 0.35 0 0.80 0.24
HSL 86.15º 0.67% 0.46% -
HSV(B) 86.15º 0.8% 0.76% -
XYZ 28.63 43.69 8.84 -
YUV 156.88 61.47 106.68 -
System Red Green Blue C M Y K H S L
Decimal 127 195 39 0.35 0 0.80 0.24 86.15 0.67 0.46
Hex 7F C3 27 23 0 50 18 56 43 2E
Octal 177 303 47 43 0 120 30 126 103 56
Binary 1111111 11000011 100111 100011 0 1010000 11000 1010110 1000011 101110

Color Harmonies of #7FC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC327

Black with #7FC327

Text Example


Text Example

White with #7FC327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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