Html Css Color HEX #7FC038 Lima

📋 copy color: '#7FC038'

red 127 ◦ green 192 ◦ blue 56

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

Shades of Lima #7FC038

Tints of Lima #7FC038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 33.87%
G = 51.2%
B = 14.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#7FC038 (or 0x7FC038) is known color: Lima. HEX triplet: 7F, C0 and 38. RGB value is (127,192,56). Sum of RGB (Red+Green+Blue) = 127+192+56=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC038 is #803FC7. Grayscale: #9D9D9D. Windows color (decimal): -8404936 or 3719295. OLE color: 3719295.

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

Color convert

RGB 127 192 56 -
CMYK 0.34 0 0.71 0.25
HSL 88.68º 0.55% 0.49% -
HSV(B) 88.68º 0.71% 0.75% -
XYZ 28.32 42.5 10.45 -
YUV 157.06 70.97 106.56 -
System Red Green Blue C M Y K H S L
Decimal 127 192 56 0.34 0 0.71 0.25 88.68 0.55 0.49
Hex 7F C0 38 22 0 47 19 59 37 31
Octal 177 300 70 42 0 107 31 131 67 61
Binary 1111111 11000000 111000 100010 0 1000111 11001 1011001 110111 110001

Color Harmonies of #7FC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC038

Black with #7FC038

Text Example


Text Example

White with #7FC038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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