Html Css Color HEX #7FC033 Lima

📋 copy color: '#7FC033'

red 127 ◦ green 192 ◦ blue 51

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

Shades of Lima #7FC033

Tints of Lima #7FC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 34.32%
G = 51.89%
B = 13.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#7FC033 (or 0x7FC033) is known color: Lima. HEX triplet: 7F, C0 and 33. RGB value is (127,192,51). Sum of RGB (Red+Green+Blue) = 127+192+51=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC033 is #803FCC. Grayscale: #9C9C9C. Windows color (decimal): -8404941 or 3391615. OLE color: 3391615.

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

Color convert

RGB 127 192 51 -
CMYK 0.34 0 0.73 0.25
HSL 87.66º 0.58% 0.48% -
HSV(B) 87.66º 0.73% 0.75% -
XYZ 28.2 42.45 9.84 -
YUV 156.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 127 192 51 0.34 0 0.73 0.25 87.66 0.58 0.48
Hex 7F C0 33 22 0 49 19 58 3A 30
Octal 177 300 63 42 0 111 31 130 72 60
Binary 1111111 11000000 110011 100010 0 1001001 11001 1011000 111010 110000

Color Harmonies of #7FC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC033

Black with #7FC033

Text Example


Text Example

White with #7FC033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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