Html Css Color HEX #7FC328 Lima

📋 copy color: '#7FC328'

red 127 ◦ green 195 ◦ blue 40

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

Shades of Lima #7FC328

Tints of Lima #7FC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 35.08%
G = 53.87%
B = 11.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#7FC328 (or 0x7FC328) is known color: Lima. HEX triplet: 7F, C3 and 28. RGB value is (127,195,40). Sum of RGB (Red+Green+Blue) = 127+195+40=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC328 is #803CD7. Grayscale: #9D9D9D. Windows color (decimal): -8404184 or 2671487. OLE color: 2671487.

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

Color convert

RGB 127 195 40 -
CMYK 0.35 0 0.79 0.24
HSL 86.32º 0.66% 0.46% -
HSV(B) 86.32º 0.79% 0.76% -
XYZ 28.65 43.7 8.93 -
YUV 157 61.97 106.6 -
System Red Green Blue C M Y K H S L
Decimal 127 195 40 0.35 0 0.79 0.24 86.32 0.66 0.46
Hex 7F C3 28 23 0 4F 18 56 42 2E
Octal 177 303 50 43 0 117 30 126 102 56
Binary 1111111 11000011 101000 100011 0 1001111 11000 1010110 1000010 101110

Color Harmonies of #7FC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC328

Black with #7FC328

Text Example


Text Example

White with #7FC328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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